cancel
Showing results for 
Search instead for 
Did you mean: 

how to receive data from gps neo-6m module to uar1 of stm32f103c6 and then display the data using another uart2 configuartion and HAL is very difficult to understand is it possible using only interrupts

GSalu
Associate
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1

If you don't like the HAL, consider using the older SPL, or using register level methods.

Yes, could be done with interrupts. With HAL you'd use this via callbacks to manage a holding buffer, and dispatch to the other USART.

I have posted GPS examples to prior threads, perhaps dig a little.

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