Other Parts Discussed in Thread: IWR1843
UARTS:
I can see access set up and usage for UART_A both Tx & Rx - but only for UART_B_TX. Is it possible to access UARTB_RX?
I can see that UARTA goes to device pins N4 & N5 for RS232 interface, UARTB_TX to pin F14 which seems to be SPI_CLK_2 ... is there an RX function to go with this?
reason:
I want to access data inside the 1843 ... and this is usually done via UARTB, i.e. at the higher of the two comPort rates. I have had trouble doing this at the PC end, and so have split the comPprt handling into two separate PC programs. This would be much easier if I had both Tx & Rx for the fast comPort, so I can have separate interface controls & functionality for each, and so have complete control over the data interchange using just that comPort.
If this is not possible, I can do what I need, but it will have to pass (qiuite large) data sets via the slow comPort.
many thanks
Alan