This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWRL1432BOOST: Uniflash 9.0.0 Error

Part Number: IWRL1432BOOST
Other Parts Discussed in Thread: UNIFLASH, , IWRL1432

Tool/software:

Hello,

I attempted to follow the "Quickstart" guide for Level Sensing using the IWRL1432BOOST with UniFlash 9.0.0, as outlined in the following URL:

https://dev.ti.com/tirex/explore/node?node=A__AHZGgLFhjZRi3pDwM-d6hw__radar_toolbox__1AslXXD__LATEST&placeholder=true

I used the firmware file located at:

C:\ti\radar_toolbox_2_30_00_12\source\ti\examples\Industrial_and_Personal_Electronics\Level_Sensing\high_accuracy_low_power_sensors\prebuilt_binaries\high_accuracy_xwrl14xx_demo.appimage

For the firmware upload, I utilized COM5:

  • XDS110 Class Application/User UART (COM5)
  • XDS110 Class Auxiliary Data Port (COM6)

The switch settings on the IWRL1432BOOST evaluation board were configured as follows:

Upon clicking the "Load Image" button, I encountered the following log errors, although the download was reported as complete:

[2025. 2. 3. 오후 7:00:36] [ERROR] DEBUGSSM_0: Failed CPU Reset: Unsupported GTI Function.
[2025. 2. 3. 오후 7:00:36] [ERROR] DEBUGSSM_0: GEL: Error while executing GEL_Reset(): Reset failed: retcode=-1 at GEL_Reset()
[2025. 2. 3. 오후 7:00:36] [ERROR] CS_DAP_0: Failed CPU Reset: Unsupported GTI Function.
[2025. 2. 3. 오후 7:00:36] [ERROR] CS_DAP_0: GEL: Error while executing GEL_Reset(): Reset failed: retcode=-1 at GEL_Reset()
[2025. 2. 3. 오후 7:00:36] [ERROR] Cortex_M4_0: Failed CPU Reset: Unsupported GTI Function.
[2025. 2. 3. 오후 7:00:36] [INFO] Cortex_M4_0: GEL Output: An error occurred while resetting. --1-n
[2025. 2. 3. 오후 7:00:36] [ERROR] Cortex_M4_0: GEL: Error while executing GEL_Reset(): Reset failed: retcode=-1 at GEL_Reset()
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Initialization complete.
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Flashing process starting...
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Connecting to COM Port COM5...
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Reset connection to device
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Set break signal
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Connection to COM port succeeded. Flashing can proceed.
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: ** 1 files specified for flashing.
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Checking file C:/ti/radar_toolbox_2_30_00_12/source/ti/examples/Industrial_and_Personal_Electronics/Level_Sensing/high_accuracy_low_power_sensors/prebuilt_binaries/high_accuracy_xwrl14xx_demo.appimage for correct header for IWRL1432.
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: IWRL1432 device, fileType=META_IMAGE1 detected -> OK
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: !! Files are valid for IWRL1432.
[2025. 2. 3. 오후 7:00:38] [INFO] Cortex_M4_0: Downloading [META_IMAGE1] size [147332]
[2025. 2. 3. 오후 7:00:56] [INFO] Cortex_M4_0: SUCCESS!! File type META_IMAGE1 downloaded successfully to SFLASH.
[2025. 2. 3. 오후 7:00:56] [INFO] Cortex_M4_0: Disconnecting from device on COM port COM5...
[2025. 2. 3. 오후 7:00:56] [INFO] Cortex_M4_0: Flashing instance clean-up initiated...
[2025. 2. 3. 오후 7:00:56] [INFO] Cortex_M4_0: Instance deinitialized!
[2025. 2. 3. 오후 7:00:56] [SUCCESS] Program Load completed successfully.

Is this normal?

And when I flash with C:\ti\MMWAVE_L_SDK_05_05_03_00\tools\visualizer\visualizer.exe(mmWave Radar Visualizer (5.5.3.0), it works fine.

What's the difference?