UART Tx low state level
Hello, I am trying to make communicate a NUCLEO STM3F030 with a STM32F030K6T6 mounted on a custom pcb.
Tx sends from NUCLEO is ok when i check it on an oscilloscope but when i connect the power supply of my pcb on the NUCLEO (or even on an external power supply), the TX low state level is shifted from 0 to 600mV without understanding why. Here are my connections:
- VDD (5V) of the pcb is connected to the 5V pin of the CN6 arduino connector
- GND of the PCB is connected to any ground on the arduino connector (let's say GND pin under 5V pin)
- Rx of the STM32F030K6T6 (pin PA10 without any HW component on the line) on the custom pcb is connected to the TxUART1 of the NUCLEO
Note: i observe directly at the oscilloscope the Tx signal and the GND discussed above.
Did i do something wrong or missing anyconfiguration?
Thank you in advance,
