Hello,
I'm working on the PCA 10028 board with nrf51422 with the RTX os (version 4.74.0-5).
My code fails after some time during a call to
osMailAlloc(mq, osWaitForever)
The problem does not appear at the first call, but at the second call. The queue identifier (mq) is not null and has the correct value. Further, in the system there are many others queues that work fine.
How can I check if the stack or heap are in bounds (2k and 4k in arm_startup_nrf51.S file)?
Thanks