2009-11-20 06:55 AM
Invert tx Line on STM32
2011-05-17 04:31 AM
Is it possible to invert the tx line on an stm32?
I currently have a customer that wants me to invert the output of the tx line to make it compatible with their hardware, is this possible or will I need to implement a hardware buffer stage?2011-05-17 04:31 AM
What ''tx line'' ?
2011-05-17 04:31 AM
If you mean UART Tx, then no, use single-gate or transistor inverter.
2011-05-17 04:31 AM
as edison says, not possible (or atleaste i dont know of). however if changing the hardware is not possible (say it is already manufactured and at customer site) then you may use the software usart to your ''inverted'' mode and update the firmware. there are lots of examples of such a piece of code.