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/CC1352R: Simple peripheral application build in Debug mode and Release mode

Part Number: CC1352R

Tool/software: Code Composer Studio

SDK: simplelink_cc13x2_26x2_sdk_4_20_00_35

CCS: Code Composer Studio 10.0.0

I have built simple peripheral application for Debug and Release mode respectively. But I can't find any difference built in these two mode. I refer to TI documentation and it says as the following:

1. The Debug build configuration usually has no optimization and full symbolic debug enabled, to enable easy debugging.

2. The Release build configuration will often have optimization enabled and symbolic debug disabled, to get your code as small or fast as possible without the need for source level debug.

Actually, I don't know what it really means. But I check the Build Configurations in these two mode and I can't find where is the difference. At the same time, I compare the output files size between these two modes but it seems the output files size is almost the same. Can you give me some suggestions? Thank you very much.

BRs.