23 while (!(
RCC_CR & (1 << 17)))
28 while ((
RCC_CFGR & (0x3 << 2)) != (0x1 << 2))
83configureSystickInterrupts ()
99configureInterruptPriorities ()
114 configureSystickInterrupts ();
116 configureGreenLED ();
117 configureOrangeLED ();
118 configureInterruptPriorities ();
void configureAll()
This function will be called in the main() function of the user's code before the scheulder is starte...
System configuration for SRTOS.
#define SYSTICK_PRIORITY_START_BIT
#define PENDSV_PRIORITY_START_BIT