Skip to content

Commit 892da28

Browse files
committed
[driver] iwr6843aop verbose docstring
1 parent e174a1f commit 892da28

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/modm/driver/radar/iwr6843aop.hpp

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,17 @@ struct iwr6843aop
131131
};
132132

133133
/**
134-
* TI IWR6843AOP radar UART driver.
134+
* TI xWRxx4x family radar UART driver.
135135
*
136136
* The driver uses one UART for control commands and one UART for streaming
137-
* point cloud data (TLV packet format).
137+
* point cloud data (TLV packet format). It should work for IWR1443, IWR1642,
138+
* IWR1843, IWR6443 and IWR6843 and their automotive AWR* counterparts.
139+
* The driver was tested with the prebuild binary version xWR64xx MMW Demo 03.06.02.00
140+
* on the IWR6843AOP chip.
141+
* The binary is contained in the mmWaveSDK distributed at https://www.ti.com/tool/de-de/MMWAVE-SDK
142+
* After installation, the sensor binary can be found at
143+
* <INDUSTRIAL_TOOLBOX_INSTALL_DIR>\mmwave_industrial_toolbox_<VER>\out_of_box_demo\68xx_aop_mmwave_sdk_hwa\prebuilt_binaries\xwr64xxAOP_mmw_demo.bin
144+
* The binary is then flashed using Uniflash: https://www.ti.com/tool/en-us/UNIFLASH
138145
*
139146
* @tparam ControlUart UART type for the control channel (CLI)
140147
* @tparam DataUart UART type for the data channel

0 commit comments

Comments
 (0)