stm32mp1 uart noise rx
Hi All,
i am using stm32mp1 cpu,, recently i m facing floating rx issue on debug uart, with physical debug cable , i could default state of RX lines were pull up, and when i remove the cable, the RX lines is floating and its voltage fluctuates between 0.9-1.4 Volts,
when i power up unit, with out cable, the u-boot code waiting for receive events, i see the u-boot cancel the normal boot because (USART_ISR) lot of error were seen like noise, eob, cmf, Fe, bits , so most of error bit were set along with RDR data to read flag,
i am using FIFO enabled, with 16 byte rx buffer, tried with disabled fifo, still same problem
There is pull up is required, but can this be fixable in software u boot and kernel ? some thing like soft reset/ or any clear pending interrupts ?
Any suggestion would be helpfull
