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.

CCS/IWR1843BOOST: The problem of CCS Debug

Part Number: IWR1843BOOST
Other Parts Discussed in Thread: IWR1843, UNIFLASH

Tool/software: Code Composer Studio

hello:

We are getting following error  when we debug iwr1843boost and unable to proceed forward.

Development platform information is as follows:

Hardware platform: IWR1843BOOST
SDK version:          mmwave_sdk_03_03_00_03
CCS version:          Code Composer Studio 9.2.0

The debug step:

1:open CCS9.2 Resource Explorer->softsore->sensor->industrial_toolbox_4_2_1->labs->traffic_monitoring import 18xx-DSS and 18xx MSS projects

2:compile 18xx-DSS and 18xx MSS projects get traffic_monitoring_18xx_mss.xer4f and traffic_monitoring_18xx_dss.xe674

3:Download the xwr18xx_radarss_rprc.bin file before debugging with unflash5.1.0

4:through IWR1843.ccxml file debug


debug errors:

The following error occurred when the MSS program was running at this location:

The main errors are as follows:

Exception occurred in ThreadType_Task.

Task handle: 0x8006d60.

Task stack base: 0x20202020.

Task stack size: 0x20202020.

R0 = 0x20202020 R8 = 0x20202020

R1 = 0x20202020 R9 = 0x08001d68

R2 = 0x00025a74 R10 = 0x00000000

R3 = 0x00000010 R11 = 0x0801b9a4

R4 = 0x0801b9a4 R12 = 0x00025a74

R5 = 0x00000007 SP(R13) = 0x08006dd8

R6 = 0x08006d60 LR(R14) = 0x00007bcf

R7 = 0x20202020 PC(R15) = 0x00019f00

PSR = 0x800c019f

DFSR = 0x0000080d IFSR = 0x00000000

DFAR = 0x20202020 IFAR = 0x00000000

{module#43}: line 205: error {id:0x1a0000, args:[0x19f00, 0x7bcf]}

xdc.runtime.Error.raise: terminating execution

 

error 2:

This window appears whenever I download the program


 

Please help me

Thank you very much

  • sorry,The debug step3  xwr18xx_radarss_rprc.bin is error ,The correct file is xwr18xx_ccsdebug.bin

  • Does xwr18xx_radarss_rprc.bin file need to be downloaded to IWR1843BOOST with unflash when using CCS debug?

    This error occurred when I tried to download xwr18xx_radarss_rprc.bin with unflash。

    error:

    [2020/4/30 下午6:00:59] [INFO] Cortex_R4_0: Checking file /home/ltx/ti/mmwave_sdk_03_03_00_03/firmware/radarss/xwr18xx_radarss_rprc.bin for correct header for IWR1843.
    [2020/4/30 下午6:00:59] [INFO] Cortex_R4_0: Header of /home/ltx/ti/mmwave_sdk_03_03_00_03/firmware/radarss/xwr18xx_radarss_rprc.bin file indicates it is not a valid file to flash to IWR1843: 0x43525052
    [2020/4/30 下午6:00:59] [ERROR] Cortex_R4_0: !!! Aborting flashing of specified files!!!
    [2020/4/30 下午6:00:59] [INFO] Cortex_R4_0: Disconnecting from device on COM port /dev/ttyACM0...
    [2020/4/30 下午6:00:59] [INFO] Cortex_R4_0: Flashing instance clean-up initiated...
    [2020/4/30 下午6:00:59] [INFO] Cortex_R4_0: Instance deinitialized!
  • Hello,

    CCSdebug.bin contains the xwr18xx_radarss_rprc.bin in it, IWR1843 device supports metaImage format where all the core images (MSS, BSS, DSS) are combined in single binary file.

    So you need to flash only ccsdebug.bin file to device using UniFlash and same way for any application use single MetaImage format file to flash.

    Regards,

    Jitendra