2020-01-28 01:57 AM
Hello.
I am trying to change an old source code where a new UART port is implemented using pins PA2 and PA3 (UART2).
When I run the old code with changes made for UART2 I've got communication errors Parity, noise, frame and overrun error. The huart->ErrorCode reports 0x0E.
When I make a new Cube project with the UART2 it works perfect.
There is something going wrong when I merge the code.
Are there any wellknown errors when merging old projects with new added peripherals.
Regards.
/Bo