S32 SDK
startup.h File Reference

Go to the source code of this file.

Functions

void init_data_bss (void)
 Make necessary initializations for RAM. More...
 

Function Documentation

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.