Hi,
My application is based of ble_freertos_hrs example (SDK 14.2, nRF52832) and I need some variables to survive an assertion.
It appears that Keil has deprecated #pragma NO_INIT that did just that.
I've noticed a post dealing with same issues here, but unfortunately, I find it very hard to follow as I'm not very familiar with Linker configuration files etc.
Is there a simple step-by-step guideline as how to make it work?
Thanks