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.

CC3220MODA: Problems after updating SDK to 4.40.00.07

Part Number: CC3220MODA
Other Parts Discussed in Thread: CC3220SF, SYSCONFIG, UNIFLASH

Hello support team.

I installed the new version of SDK 4.40.00.07 for CC3220SF, as shown in figure 1 below.
When compiling a project, I get two errors, as can be seen in figure 2.
I believe it is due to the absence of the XDCTOOLS 3.62.00.08 component shown in figure 1.
I couldn't find this component to install, could you help me?

Thank you.

Figure 1.

Figure 2.

  • Hi Carlos,

    The CC32xx SDK 4.40 added the new SysConfig ImageCreator tool to all CCS projects. You can read more about this tool in the user's guide in your SDK. There will also be a SimpleLink Academy lab added next week.

    This means that we added the ImageCreator functionality that is typically done in UniFlash into SysConfig, so you can develop code and flash the CC32xx device all within CCS. Since the project is set in Development mode, the tool needs you to plug in your LaunchPad so it can auto-detect the device's MAC address.

    If you don't want to use the new feature and instead stick with UniFlash ImageCreator for development, you are welcome to do so. Simply find the image.syscfg file in the CCS project, left-click, and select Exclude from Build.

    Best regards,

    Sarah

  • Thanks for the reply Sarah.
    I don't really know what I did, but the problem seems to be resolved.
    Some warning messages still persist, but I can build the projects and create the OTA images in CCS.
    Is xdctools version 3.62.00.08 still not available?

    Thank you very much.

  • Hi,

    XDStools 3.62 you can download here.

    Jan