cancel
Showing results for 
Search instead for 
Did you mean: 

Blackpill Stm32f411 not sending data after 300-400 frame counts

Tanuj sharma
Associate

I have integrated Blackpill(stm32f411ceu6) with RFM96 at Indian Frequency of 866Mhz but the problem I am Facing is that after 300 -400 frame counts blackpill stops sending data it is working fine on bluepill

here is my code 

can u please suggest me changes to my code  code 

Thank you

1 REPLY 1

Not sure there's going to be many takers on doing static analysis of your code.

Expect you'll need to debug yourself. Suggest adding instrumentation so you can understand the system state and paths leading to the failure. Refine that understanding with more instrumentation and sanity checking, and dig into the system with a debugger.

Most likely to be missing interrupt, or failing to clear status on something. Identify while() loops it may go to die. Report on radio, uart, and related status periodically, so you can see if the system is alive, and what flags up during failure.

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