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.

CC1352P: Debug prints are not coming on the debug console when flashed through uniflash

Expert 4526 points
Part Number: CC1352P
Other Parts Discussed in Thread: UNIFLASH

Hello! 

We are currently having an issue where debug prints are not coming on the debug console when it is flashed through uniflash. Whereas the debug prints come if entered to debug mode through the GUI in CCS studio.

 

Key Details :

1.Private-Public key pair is generated by python keys/key_generate.py within the OAD tool folder. [ ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad ]

2.Customer private key provided to the tool, the OAD Image tool generates the image header file with the security information segment that includes the image signature.

3.Image signature is added as part of the image header during the OAD image tool post build step.

4.Image header is appended to the .hex and .bin file.

 

OAD tool is enabled as post build step into build configuration by adding "${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/oad_image_tool --verbose ccs ${PROJECT_LOC} 7 -hex1 ${ConfigName}/${ProjName}.hex -k ${COM_TI_SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR}/tools/common/oad/private.pem -o ${ConfigName}/${ProjName}"

We have added application code to sensor_oad_onchip_secure example code. We are able to build the code with release configuration. 

https://dev.ti.com/tirex/explore/node?a=pTTHBmu__4.40.04.04&node=ABcXiRL2ylAmi3hZkCM6cg__pTTHBmu__LATEST&r=pTTHBmu__4.10.00.78&r=pTTHBmu__4.20.00.35

Build environment details :
IDE : CCS 10.1.1.00004
SDK : simplelink_cc13x2_26x2_sdk_4_40_04_04
Compiler version : TI v20.2.1.LTS  

Can you please advise on next steps to fixing this problem? 

Thanks!