XMC1302 UART reconfiguring method

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I need to reconfigure UART of xmc1302 at runtime. I have DAVE app UART001 V1.0.24
The UART001_DeInit function of this app is blank, so I am not able to execute it and then use the UART001_configure function to reconfigure my UART at runtime. I kindly request everyone to help me with this.
0 Likes
1 Reply
User12775
Level 5
Level 5
First solution authored First like received
You could try to just undo the previous initialization and configure it again.
The function is blank, but you could add your own code there.
0 Likes