2018-06-15 01:33 AM
Hello,
I realized a few weeks ago a code that works on a nucleo card with the following RF module X-NUCLEO-IDS01A4, this one contains SPSGRF-915. I have now adapted this program for a prototype containing the SPSGRF-868. During the initialization of the RF module, the program remains blocked on a step. Here is the problematic function:Line 127 doesn't run. Ssomeone can help me?
2018-06-15 01:54 AM
If you stop the debugger where is it then?
Most likely an IRQ or Fault Handler. Might want to make sure those routines are correctly named and populated.
Consider outputting telemetry from the Default_Handler and HardFault_Handler