Hello! We want to communicate with the IWR1642boost radar through the LAN gateway.( connection to the radar through the pins of J5 and J6), For this purpose, we have designed a board with the STM32F107RC6 microcontroller. However, we are unable to send and receive configuration via UART with the radar's RS232TX/RX of IWR1642boost. We used HAL_transmit/receive functions in our microcontroller programming. It enters the send function, but we're not receiving anything (the mmwDemo:/> prompt is not received)..We can't establish communication with any of the radar's UARTs(like RS232 and MSS logger). Where is the issue in our work?
(We established communication with the radar board via USB and the demo Visualizer.)
Please guide us. Thank you.