2014-08-16 05:04 PM
Hi, I have a device which is sending an inverted UART on the line. The startbit is 1, the stopbits are 0. The whole line is inverted, but the other syntax of uart is right. So is there e possibility for receiving this stream with an stm32f4? I found no option for ''inverted line'' or something. Is this really that bad? I dont want to add extra hardware for inverting the line on my device :(
2014-08-16 05:26 PM
Well the STM32 can't receive RS232 level signalling directly, the converters for that typically invert the signal. Other than that you'd need to add an inverter circuit, either with a single line 74 series type component, or a transistor.