Question
STM32F303VCT6 running ISR from ccmram
Posted on June 18, 2015 at 22:06
Hi, I have been trying to run critical interrupt routines from ccmram with gcc toolchain following the instructions in
http://www.st.com/web/en/resource/technical/document/application_note/DM00083249.pdfI think I have got the instructions correct, but fail to link the project. Linker emits the following message: section .ccmram loaded at [00000000080017a0,000000000800189f] overlaps section .data loaded at [00000000080017a0,0000000008001c17] #stm32-ccmram