cancel
Showing results for 
Search instead for 
Did you mean: 

SPI1_TRANSIT problem

Idrac Vincent
Associate
Posted on June 15, 2018 at 10:33

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:0690X0000060LHjQAM.png

Line 127 doesn't run. Ssomeone can help me?

1 REPLY 1
Posted on June 15, 2018 at 10:54

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 

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..