Functions | |
| void | platform_init_complete (void) |
| void | platform_init_mcu_infrastructure (void) |
| WEAK void | platform_init_memory (void) |
| void | platform_init_system_clocks (void) |
| void platform_init_complete | ( | void | ) |
Used to run last step initialisation
| [in] | void |
@usage
| void platform_init_mcu_infrastructure | ( | void | ) |
Initialise default MCU infrastructure This function initialises default MCU infrastructure such as watchdog
| [in] | void |
@usage
| WEAK void platform_init_memory | ( | void | ) |
Initialise memory subsystem This function initialises memory subsystem such as external RAM
| [in] | void |
@usage
| void platform_init_system_clocks | ( | void | ) |
Initialise system clock(s) This function includes initialisation of PLL and switching to fast clock
| [in] | void |
@usage