STM32 F0 Reset Handler code question
Posted on January 25, 2016 at 17:53 In the startup_stm32f0xx.s files, at the start of the Reset_Handler procedure, the following code occurs: ;;Check if boot space corresponds to test memory LDR R0,=0x00000004 LDR R1, [R0] LSRS R1,...