Ttelmah
Joined: 11 Mar 2010 Posts: 19730
|
|
Posted: Thu Feb 13, 2025 6:39 am |
|
|
So the stream that connects to the RS485, and uses UART4, call something
line RS485_U4. Then the handler is for INT_RDA4. If you change to using
a different UART, change the stream name to correspond to what UART it
uses, and any discrepancy becomes obvious.
I suspect you are actually reading the wrong UART in one of your interrupt
handlers, and hence the lockup. |
|