2024-07-24 02:34 AM
Hello
I have a problem with the P2P Project which I set up with stm32F401RE and the x-NUCLEO-S2868A2 radio shield. The project attached is actual an a little bit extended Version of the P2P example, I just modified the shield and added R17 to see the radio led blink. I commented out my printf and defined some not used GPIO pins.
Debugging my project (attached) just shows the act not as it should. Calling MX_X_CUBE_SUBG2_Init just jumps to MX_SUBG2_P2P_Process. What do I miss? I mean a processor should behave deterministic but what I see is just random.
What makes me suspicious, is that any RSSI relateted functions are commented out in the generated app_x-cube-subg2.c. And some people in the forum mention a problem with RSSI.
I would really appreciate if someone could look on the code and give me a hint.
Tobias Badertscher