Hello,
I'm having systematically an HardFault interrupt ~10 seconds after calling sd_soft_device_enable(NULL, &fault_handler);
This occurs on my bootloader code, but not on my FW code. I try to figure out what could be different between the two, but I didn't find anything.
Here's the tools and versions I'm using :
nRF52832 IDE : CrossWorks 3.7 SD : S132v3.0 SDK12
Any idea what could be the reason for it ? I check similar thread, like this one, but my FPU seems to be set correctly on my compiler...