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.

MSPM0C1104: Release option not available in SDK

Part Number: MSPM0C1104

I am not finding release option in the imported SDK "i2c_controller_rw_multibyte_fifo_poll_LP_MSPM0C1104". Upto debug I am fine. At last when I want to program the final software into the controller using release mode I am not find it under build option.

Thanks

  • Hi Rangaswamy,

    Not all of the SDK examples include a Release build configuration. You can configure your own build configurations:

    1. At the top of the IDE, click on Project
    2. Hover over Build Configurations
    3. Click on Manage...
    4. Click the plus symbol (+)
    5. Fill out the Name and optionally a Description for this configuration
    6. Click OK
    7. Now you should be able to change the active build configuration and change the project properties

    You can change the optimization flag with the following steps:

    1. Right-click the project in the Explorer
    2. Click on Properties...
    3. Expand the drop-down for Arm Compiler
    4. Click on Optimization
    5. Change the optimization level in the Select optimization paradigm/level (-O) drop-down

    Furthermore, if you do not want to debug the code, but rather flash the code, this is possible:

    Best,

    Owen