Dear Members,
How can I find the cause of
<error> app: Fatal error ?
I can't see an error code ?
Is it possible hardware error because voltage surge ? Can capacitor rectify it ?
Thanks
Dear Members,
How can I find the cause of
<error> app: Fatal error ?
I can't see an error code ?
Is it possible hardware error because voltage surge ? Can capacitor rectify it ?
Thanks
I get a clue just now, when the board lost connection with the sensor, ANT HRM sensor, it's giving me
If I used Keil, how can set "Debug" build ?
With Keil, go to Project -> Options for Target ...., and then select the C/C++ tab. There add "DEBUG" and "DEBUG_NRF" to the preprocessor define list as shown here:
If you want to debug (break in code, inspect with a debugger etc.) it makes sense to also set the optimization level to 0. That is not related to logging, though.
With Keil, go to Project -> Options for Target ...., and then select the C/C++ tab. There add "DEBUG" and "DEBUG_NRF" to the preprocessor define list as shown here:
If you want to debug (break in code, inspect with a debugger etc.) it makes sense to also set the optimization level to 0. That is not related to logging, though.
Thanks Einar, I'm compiling and uploading now, I'll keep posted