#include "startup.h"
#include "device_registers.h"
#include <stdint.h>
Go to the source code of this file.
void init_data_bss |
( |
void |
| ) |
|
Make necessary initializations for RAM.
- Copy initialized data from ROM to RAM.
- Clear the zero-initialized data section.
- Copy the vector table from ROM to RAM. This could be an option.
Definition at line 87 of file startup.c.