Wirepas SDK
early_init.h File Reference

Go to the source code of this file.

Functions

void early_init (void)
 Function called early in the boot process. It can be used to configure I/Os just after power-up. More...
 
void first_boot (void)
 Function called on time before the flash is locked. It can be used to configure register that are not accessible otherwise. More...
 

Function Documentation

◆ early_init()

void early_init ( void  )

Function called early in the boot process. It can be used to configure I/Os just after power-up.

◆ first_boot()

void first_boot ( void  )

Function called on time before the flash is locked. It can be used to configure register that are not accessible otherwise.

Note
Global variables can't be used as .bss and .data are not initialized at this stage.