This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Stack Tracing with softdevice

Hi,

I want to implement stack tracing to check stack overflow and remaining stack. I followed the implementation given in example github.com/.../memory_watcher.

Memory watcher code is not working when I am using softdevice S120 along with my application. But when I am using the same application without softdevice memory watcher code is working fine. Even GET_SP() is not working with softdevice. My application uses SDK 8.0.0., Softdevice S120 2.0.0 and ARMCC compilerV5.05.

Thanks

Related