Skip to main content
oharo.1
Associate
March 16, 2022
Question

Is it possible to change the UART2 for the UART1 in pin A9 and A10 in the example of ping pong in the STM32 cube expansion LRWAN?

  • March 16, 2022
  • 2 replies
  • 1554 views

..

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
March 16, 2022

Yes

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
oharo.1
oharo.1Author
Associate
March 16, 2022

Can you tell me what files I must change to have the communication?:grinning_face_with_sweat:

Tesla DeLorean
Guru
March 16, 2022

You don't mention a board, but typically the builds have an xyz_hw_conf.h type file, and that addresses 95% of things that need definitions changed. Might need to chase down an interrupt handler and GPIO_AF​ setting, or double check them.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
oharo.1
oharo.1Author
Associate
March 16, 2022

.