Hi all.
I tried to create a Rs485 interface with Cc3200 uart1. Unfortunately there seem to be no mode to create a "transmit enable signal" by hardware, a signal to connect to DE (drive enable) in a Rs485 transceiver. So I use a gpio, setting it before writing data to the transmit fifo. But now, I need an End-of-transmit irq to clear it after complete transmission. Obviously there is one eot-irq, but I never have never seen eot bit beeing set in raw interrupt status Register.
I use the UART example of cc3200 sdk. Fifos are enabled. Eot bit is cleared in control register, so txris acts upon fifo levels. Eot is set in irq mask register. I expect eot IRQ to trigger, when fifo is empty and all data is sent out. But it doesn't.
Any suggestions? I found no errata for Cc3200. Is there one?
Best regards
Johannes
