STM32H503RBT6 - Is it okay to continuously change a specific port function ?
Hello!
In STM32H503RBT6, PIN 16 (PA2) can take the role of a UART or ADC.
In my application, hardware-wise, it would be ok continuously change their role (every 500ms).
What about firmware?
I'd like to set it to 1-wire UART, do some communication for around 500ms, then change the port role to ADC, take some samples for around 500ms, and then back to UART.
I don't see any problem about this but I figured I might ask anyway.
So, could a problem arise because of this constant port role change (strictly looking at the firmware side only) ?
