In case I enable gdbstub for debugging I get an iram-section overflow. I have already put all usercode into a flash-section.
So the question is: what are the options to reduce the usage of iram?
This topic was modified 8 years, 9 months ago by freeck.
Please try using the Embedded Memory Explorer to see what exact code occupies the IRAM memory. Then try moving some of it to FLASH or modify the linker script to place the default code sections to FLASH instead of IRAM (that may impact performance/stability).