I am using SDK V15.2 and opened the SES example for dtm. I modified RXD and TXD pins since i use a custom board based on the nRF52832.
When debugging the example on the board, i am getting stuck with the mentioned error, where i hand in a breakpoint condition.
I narrowed down the cause of the hardfault using the debug configuration in SES and located the call for the hardfault: it seems that this happens as soon as I enable the NRF_LOG in sdk_config header.
Is there some way of letting the example code log into the RTT console?
Any help on how I could proceed during debugging, is appreciated.
Thanks