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.

AM2632: AM2632 - Syconfig not working?

Part Number: AM2632
Other Parts Discussed in Thread: SYSCONFIG,

Hi

Anyone managed to install CCS for AM2632 with sysconfig working?

Took the last version of CCS and the SDK, when I open the examples from there:
C:\ti\mcu_plus_sdk_am263x_09_01_00_41\examples
and try to open the syscfg for any of them, all I get is a javascript nullpointer exception:

Unexpected error encountered when opening the file!  Please make sure the file is within the context of a valid and opened CCS Project.  If the project has errors, these may be preventing this file from opening.

CCS is 12.6.0.00008 and I also let him update anything he found related to ARM's.

What I would like to achieve is to simply open examples related to AM263x and have them compiled and syscfg running.

Best regards

  • Hi

    Are you importing the project in CCS and trying to open example.syscfg from there?
    As I am able to open the .syscfg file for examples from mcu_plus_sdk_am263x_09_01_00_41 on CCS12.6.

    If you aren't doing this can you explain exactly how you're trying to open sysconfg for an example.

    Regards,
    Akshit

  • That is probably where I do a mistake - worked with several MCU's from TI and for all of them till now simply opening an example from the SDK examples directory worked ok. 

    Here it seems it doesn't - tried to load the hello_world example as a directory and did not worked out (File/Open projects from file system). Probably because there are two compiler and two os vs no-os versions in the example, thus most probably I have to select the ones I want to. The project provided with the examples includes all the examples so that is not really suitable and cannot be compiled either - that is probably only a collection for all examples.

    How do you import it? Make a new project for AM2632 and try to import only the syscfg? 

    For example I want the Freertos/Clang compiler version for the hello_world - what do I need to get from there and in what directory structure to have it compilable?

    TY

  • Hi

    Please refer to Using SDK with CCS Projects, all the information you need should be available here.

    Regards,
    Akshit

  • Found out what was wrong - by accident instead of import my first try was load projects from directory. Which created an empty project in the examples subdirectory thus import was not working anymore:

    I needed to delete that project file it by hand and got back to the expected import screen:

    and sysconfig is working now. 

    TY for answering.