I'm experimenting with nRF52840 DK
However, using break points in the main loop causes 'app_error_fault_handler'.
using the iar compiler. What's the cause?
I'm experimenting with nRF52840 DK
However, using break points in the main loop causes 'app_error_fault_handler'.
using the iar compiler. What's the cause?
Hi
If you're setting breakpoints while the application is doing something time critical, likely causing the SoftDevice to miss its BLE timing. The workaround would be to instead do a reset instead of continue when debugging.
Best regards,
Simon