hello Nordic
i am working with nrf52832, on the Central app_ble_blinky axample (with pwm, saadc, timer, app, timer, uart ), sdk 16.0, s132 v7
when running my code on my board without the other device connected, the program works fine and does not crashes.
but when i connect the device via some pins i am getting to NRF_BREAKPOINT_COND after connecting the device through some pins to the board.
what hardware fault can make my program crash, how can i find the failing condition in my program ?
also it is hard to debug the ble examples with segger since for some reason it gets to the same NRF_BREAKPOINT_COND after every breakpoint even if i did not start the ble scanning or even commented the ble_stack_init() and ble_scan_init() which i thought at first causing the crash since it was always crashing in the sdh_enable function, but still, without this function in my code, it still crashes
hope to read from you soon cause i am now in integration of my whole system and this bug is a big set back
best regards
Ziv