During the firmware running, there will be a HardFault_Handler error occasionally.
Is there any way to locate the error source?
Is there any good way to catch the hardware exception? Thanks!
During the firmware running, there will be a HardFault_Handler error occasionally.
Is there any way to locate the error source?
Is there any good way to catch the hardware exception? Thanks!
Hi.
You are running the APP timer with a higher IRQ priority than the SoftDevice, which is not allowed.
Best regards,
Andreas