''Writing outside flash memory at address 0x10000000''
Posted on June 19, 2014 at 01:52My EWARM assembler code allocates .noinit data via DC32 in the CCM for the STM32F4 Discovery Board. That data is initialized by my code and only allocated so the labels acn be linked in the assembly code. Using the ST...