stm32 m0 and firmware relocation
Posted on May 24, 2018 at 22:03According with the example these lines of code #define APPLICATION_ADDRESS (uint32_t)0x08004000 volatile uint32_t *VectorTable = (volatile uint32_t *)0x20000000; uint32_t ui32_VectorIndex = 0; for(ui32_...