HardwareSerial U(S)ART RX/TX level inversion for F407

Post here first, or if you can't find a relevant section!
Post Reply
heretop
Posts: 39
Joined: Sun Jun 20, 2021 2:09 pm

HardwareSerial U(S)ART RX/TX level inversion for F407

Post by heretop »

Hi,

I want to add inversion to the RX pin of F407 U(S)ART. There is similar thing added to HardwareSerial for F3 and F7 https://github.com/stm32duino/Arduino_C ... -995889715. But it is not possible for F4. May I know is there any way to do this besides the hardware way like add a hardware inverter ic? I am working on a design with very limited size.

Thanks a lot!
ag123
Posts: 1668
Joined: Thu Dec 19, 2019 5:30 am
Answers: 25

Re: HardwareSerial U(S)ART RX/TX level inversion for F407

Post by ag123 »

invert the data before sending?
Post Reply

Return to “General discussion”