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.

AM2434: CCS 12.6 does not recognize SDKs

Part Number: AM2434
Other Parts Discussed in Thread: AM2634, SYSCONFIG

Good day,

I have installed latest packages to work with AM2434. I see all these packages both in Offline Resource View and Products.

But the Project Wizard does not see them.

  

I have made a restart after downloading packages. Interesting to note that packages for AM2634 are all right. Please advise me what else should I do to make this work for AM2434.

Regards,

Dmitry

  • Hi Dmitry,

    You can try to import the existing CCS project from MCU+ SDK for AM243x 09.01.00.41 from C:\ti\mcu_plus_sdk_am243x_09_01_00_41\examples\empty, then add new components into it.

    Best regards,

    Ming

  • Hi Ming,

    Thanks, I have tried to do so with a pair of projects. They do not compile, linker fails with messages corresponding BOOTIMAGE.

    And of course I would like Project Wizard to work so I could see all available projects at once.

    Regards,

    Dmitry

  • Hi Dmitry,

    Did you follow the instructions in AM243x MCU+ SDK: Download, Install and Setup SDK and Tools (ti.com) to install all the tools needed. Most likely you are missing the OPENSSL.

    If you want to see all the example available, you can try to import CCS projects from C:\ti\mcu_plus_sdk_am243x_09_01_00_41\examples. It will list all available CCS project for you.

    Personally, I never used Project Wizard with AM243x MCU+ SDK. If you insist on using it, I will forward this thread to SDTO team for further help.

    Best regards,

    Ming

  • Hi Ming,

    I have installed these from Resource Viewer. You are right, the OpenSSL was missing. It is very strange as the SDK installed earlier is visible in Project Wizard and was able to compile without OpenSSL. For this reason I would like all installed kits to be visible in Project Wizard, so I could use them without workarounds.

    Regards,

    Dmitry

  • Hi Dimitry,

    In your first screen capture, the CCS reported the "Discovered products" has the AM243x MCU+ SDK 09.09.00.41. You have to select it and install it for it to be recognized by CCS. Keep in mind that there is an AM243x MCU+ SDK inside the Motor Control SDK. In order for the CCS to pick it up, you will need to add the C:\ti\motor_control_sdk_am243x_09_00_00_05\mcu_plus_sdk into the "Product discovery path" in CCS.

    Best regards,

    Ming

  • Hi Ming,

    Thank you. I have done it, but it did not help.

    Regards,

    Dmitry

  • Hi Dimitry,

    Here is the screen shot when I used the Project Wizard:

    There only two projects available: empty and hello world, I am not sure it worth any further pursuing. You will be better off to explore the existing CCS projects.

    BTW, you can always add the AM243x MCU+ SDK into the newly created CCS project:

    Here is the screen shot of my CCS 12.5.0 setting:

    Best regards,

    Ming

  • Hi Ming,

    as Project Wizard I mean that after Getting Started->Browse or Import Examples. I have read in these forums that one you use (called "templates") is deprecated.

    And when I add a second SDK after your advice (in my case I add MOTOR-CONTROL to INDUSTRIAL-COMMS) and then start Sysconfig I receive a multiple error messages for "The following templates are declared more that once": ti_dpl_config.c, ti_dpl_config.h and so forth for all files that Sysconfig generates.

    Regards,

    Dmitry 

  • Hi Dimitry,

    Indeed, the creating of a new project from the CCS directly is deprecated at least for the AM243x MCU+ SDK, because it does not create syscfg file for you.

    That is why we recommend customers to import/modify instead of creating new ones using the project wizard.

    You should not keep both MCU+ SDK in motor control SDK and the stand alone one active at the same time, because they are the same version. For example: the MCU+ SDK at C:\ti\mcu_plus_sdk_am243x_09_01_00_41 and C:\ti\motor_control_sdk_am243x_09_01_00_06\mcu_plus_sdk are the same AM243x MCU+ SDK 09.09.00.41.

    Best regards,

    Ming