Other Parts Discussed in Thread: IWRL6432, ,
Hi,
I am working with the IWR6843 radar module, which provides two communication ports, one for configuration and another for data output.
I have connected the radar module to a microcontroller via UART as follows:
-
Pin 12 (EXT_LOGGER_TX) of the radar header is connected to the RX pin of the microcontroller to receive radar data.
According to the user guide, to send configuration commands to the radar module, I need to use the following pins:
-
Pin 13 (EXT_UART_TXD)
-
Pin 15 (EXT_UART_RXD)
Based on this, I understand that two UARTs from the microcontroller are required:
-
One UART for receiving radar data (EXT_LOGGER)
-
One UART for sending configuration commands (EXT_UART)
Could you please confirm if my understanding is correct?
Additionally, I would like to know if it is possible to use a single UART to both send configuration commands to the radar and receive radar output data simultaneously.
Thanks,
Manoj