Other Parts Discussed in Thread: UNIFLASH, , IWR1443, TIDEP-0091, IWR1642
In another thread, I read:
Hello,
The AR_RS232TX, and AR_RS232RX are 3.3v signals. 5v IO to the Radar Sensor is not recommended.
The default serial port connections are from the Radar Sensor, to the XDS110. You need to check that you have
changed the resistors. You could enable the J6-5 first, and send data from the Test PC using the Visualizer, you should get data
back to the Test PC and to the Arduino.
The serial port data is defined at the Radar Sensor end.
sheet 3, RS232TX U2-N5 -> AR_RS232TX
sheet 11, AR_RS232TX -> R169 (DNI) -> J6-5
sheet 12, AR_RS232TX -> R21 (DNI) -> J1-57
sheet 14, AR_RS232TX -> R128 U6-33 (XDS110)
You need to change the resistors, for AR_RX232TX, remove R128, 0 ohm, install a 0 ohm resistor in R169
sheet 14, U6-34(XDS110) -> R129 -> AR_RS232RX
sheet 12, J1-55 -> R33 (DNI) -> AR_RS232RX
sheet 11, J6-7 -> R166(DNI) -> AR_RS232RX
sheet 3, AR_RS232RX -> U2-N4 RS232_RX
You need to change the resistors, for AR_RS232RX, remove R129, 0 ohm, install a 0 ohm resistor at R166
-----------------
My question is:
I am using a IWR1642BOOST. Once you break the connection to the XDS110, can you still program the flash using Uniflash?
Also, you need to remove the PINMUX code, and add a serial port to the board config? Is there a good example of how to do this?
Greg