Other Parts Discussed in Thread: TM4C129XNCZAD
Hello,
recently ported an application to DK-TM4C129X which contains the TM4C129XNCZAD. I noticed some problems in serial communication with a device hooked up to the RX/TX on the board. The device would not respond as I would expect it to do (it only responds to a single command, so I decided to debug the TX line towards the device).
My UART settings are:
- 9600bps
- 8 data bits
- 1 stop bit
- no parity
To debug the TX output I contiuously output 0xAD (10101101). Attached image is the result on my scope. As can be seen the start bit is a '1'. Shouldn't this be a '0'?
