Hello,
I'm currently developing some firmware for the nrf52811. i currently ran into an memory issue and got stuck there.
i have started from the ble_app_templater from the nrf5 sdk (v. 17.1.0) and added some functions (spi, saadc, gpio). i can compile the project in "Release" but in "Debug" the flash was too small. so i extended the flash a little. The FLASH error messages disappeared but i still get the messages that FLASH1 is too small.
".rodata is too large to fit in FLASH1 memory segment"
".data is too large to fit in FLASH1 memory segment"
how can i get rid of these messages?
Edit:
Sorry my fault. I solved the issue. All of the errors appeared to belong to FLASH1. I simply had to give it some more space.
best,
Martin