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.

AWR1843BOOST: TCM RAM-A vs TCM RAM-B differences_urgent

Part Number: AWR1843BOOST

Hello Team,

I have an issue in my project.

In my project i have to download driver into RAM and then need to initialize/execute the functionalities.

I have used TCM RAM-B for it. i have set breakpoints, when it is in free run breakpoints are not hitting.

Seems not the correct memory to execute.

Could you please confirm, do i need to use TCM RAM-B or TCM RAM-A

My project is blocked by this issue morethan 2weeks.

kind regards,

Hari

  • Hi,

    Sometime there are issues with break point because the compiler optimizes the code. In order to rule out that this is not the issue here, can you please

    • Compile the file that includes the code where you want to set breakpoint with No Optimization
      • This can be accomplished in the CCS by right click on the file and select Compiler Options

    • When setting the Break Point, Right Click to select "Hardware Breakpoint"

    If you have performed this and there is an issue, please let us know

    Also, for MSS code you should use MSS_TCMA_RAM, in the same way as the mmWave SDK

    C:\ti\mmwave_sdk_03_05_00_04\packages\ti\platform\xwr18xx\r4f_linker.cmd

    thank you

    Cesar