Hi,
I was running into section placement issues in my project after adding lots of features so I followed the SWD for removing GAP BOND MGR and SNV and reduced my stack size significantly. After doing so, I increased one of my task's stack size by a few hundred kilobytes. I then followed the SWD for adjusting RAM0/STACK ADDR boundaries and attempting to rebuild both projects (stack then app) but I am getting a section placement error in the application project. I'm assuming its something to do with where RTOS places the task stacks? Note that I am using Task_construct and I should have plenty of flash remaining after reducing the stack size by multiple kilobytes.
Application project Usage:
37 258 bytes of readonly code memory
2 945 bytes of readonly data memory
1 284 bytes of readwrite data memory
Stack Project Usage:
63 206 bytes of readonly code memory
508 bytes of readonly data memory
1 061 bytes of readwrite data memory
Here is the error I am getting in IAR: