nrf_log_process() causes mcu crash on strlen

Hello,

I have the same issue as:

 nrf_log_process() causes mcu crash 

So I posted my question there but got no answer.

"it seem likes crash in "strlen()"function, and seem like "acess to illegal memory",do you have any suggestion to solve this problem?"

nRF52840,  SDK 17.0.2, SEGGER 6.20a.

Can someone assists ?

  • Hi there,

    I would suggest the same as I did in that thread, namely to follow the instructions in this thread to activate the Hardfault handling library. After doing that, could you re-run the application and see if a more detailed log is printed when the application stops?

    It would be great if you also showed how the log module is used and from where nrf_log_process() is called from?

    regards

    Jared 

Related