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.

AM620-Q1:syscfg creation procedure

Part Number: AM620-Q1
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

I want to create a new project, but it fails to add the syscfg.
Could you please tell me the correct procedure?

Create project
new -> CCS Project
Target:AM62x_SK_EVM
Compiler:GNU v9.2.1

Add syscfg
new -> File -> test.syscfg
Add to toolchain -> Yes

syscfg tool operation
Product:MCU+ SDK for AM62x(10.01.00)
Device: AM620-Q1
Package:FCBGA(AMC)
Variant: AM6201 Single Core A53
Context: A53ss0-0

Error when start button is pressed
---------------------
The last change caused an exception...
Error: Unknown runtime index: -1

at t.ConfigStore.setSelectedContext (webpack://sysconfig/src/pinmux/services/configStore.ts:1381:10)
at window.pinmuxNavigateToScript (webpack://sysconfig/src/pinmux/services/configStore.ts:260:11)
at <anonymous>:1:8
---------------------

The installation combination is as follows
mcu_plus_sdk_am62x_10_01_00_33
CCS 12.8.1

Translated with DeepL.com (free version)

  • Hi,

    Please use the empty project provided in the SDK and do modification on the top of it to avoid any compatibility and build issues.

    Please refer EXAMPLES_EMPTY 

    Regards,

    Tushar

  • Thanks for the answer.
    I wanted to develop AMC packages, so I did not use the project in [mcu_plus_sdk_am62x_10_01_00_33] where only ALW packages can be selected.
    However, following your advice, I observed the empty project and noticed that the package can be changed with an argument from SysConfig in the project properties.
    I imported the empty project in SDK, changed the package and the build went through.
    Thank you very much.