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: In CCS, the code is struck in _TI_decompress_lzss and doesnot hit the main function

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: IWR1642BOOST

Tool/software:

Hi, 

I have a program that demands additional data memory to run on the ARM core of the AWR1843BOOST. To allocate more memory for data, I adjusted the mmwave_sdk_xwr18xx.mak file in the mmWave SDK 3.6.0 as follows:

SHMEM_ALLOC = 0x00010007 # default case
MMWAVE_L3RAM_NUM_BANK = 7
MMWAVE_SHMEM_TCMA_NUM_BANK = 0
MMWAVE_SHMEM_TCMB_NUM_BANK = 1

After making this change, I was able to download my code. However, when I attempt to debug it in CCS, the code gets stuck in _TI_decompress_lzss and does not reach the main function.

How can I troubleshoot this? What might be causing this issue?

Thanks 

Regards

Gayatri