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

Using backtrace functionality in nrf52

I want to add backtrace functioanlity in nrf52. I am using functions given in below link: link text

But I am not getting library files for defining functions mentioned in backtracing function.

If you have any idea how I can implement this backtracing functionality please tell.

Parents
  • Sorry if my question hasnt been specific enough, so I will try to clarify that...

    I basically want to get the unwind-library working for the nRF52832, so that no matter where I am experiencing a runtime-error, I can easily check the printout with the specific function-name and code-line where the crash happened.

    I was hoping to get some more informations regarding this issue, in case someone already tried to link an external library for the nRF52832 or might even has used some advanced error-tracing function in the nordic-SDK.

Reply
  • Sorry if my question hasnt been specific enough, so I will try to clarify that...

    I basically want to get the unwind-library working for the nRF52832, so that no matter where I am experiencing a runtime-error, I can easily check the printout with the specific function-name and code-line where the crash happened.

    I was hoping to get some more informations regarding this issue, in case someone already tried to link an external library for the nRF52832 or might even has used some advanced error-tracing function in the nordic-SDK.

Children
No Data
Related