We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am developing a application and and after trying to build I am getting this error: L6971E: system_stm32f0xx.o(.data) type RW incompatible with main.o(.ARM.__AT_0x20000000) type ZI in er RW_IRAM1. How do i solve it? and what this error indicates?
Would seem to indicate that you're using an AT directive in a way that clashes with the regions other data is using.