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

NRF_LOG_INFO and Segger Studio

Hi, I got a very strange situation with Segger and the situation is:

When I add a sentence to see some info about variables with NRF_LOG_INFO I can debug the program with no problems. After that, If I comment out that sentence of NRF_LOG_INFO or I remove it I get the next error: 4B01 ldr r3, [pc, #4]. If I uncomment the sentence and I enable again the NRF_LOG_INFO sentence the program starts to work properly again. How can I fix this strange situation? Thanks

Parents Reply Children
Related