Other Parts Discussed in Thread: SYSCONFIG, CC3350, AM2434
Tool/software:
When we build the example project cc3xxx_network_terminal
There are some error below:
**** Build of configuration build_cc3xx_release for project cc3xxx_network_terminal ****
"C:\\ti\\ccs1281\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
Building file: "../example.syscfg"
Invoking: SysConfig
"C:/ti/ccs1281/ccs/utils/sysconfig_1.21.0/sysconfig_cli.bat" --script "C:/9_linkedsilicon/07Development/TI_CC3350/TI/cc33xx_mcu_package_R5/examples/CC3xx_thick_mac_network_terminal/example.syscfg" -o "syscfg" -s "C:/9_linkedsilicon/07Development/TI_CC3350/TI/mcu_plus_sdk_am243x_08_05_00_24/.metadata/product.json" --context "r5fss0-0" --part ALX --package ALX --compiler ticlang
Warning: SysConfig has been updated to use standard TI part numbers. The device AM2434 has been automatically selected. If this is not the desired please open SysConfig to change it.
Running script...
subdir_rules.mk:37: recipe for target 'build-1508476815' failed
Error: Exception occurred calling addInstance()
at Proxy.<anonymous> (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\scriptingGuard.ts:46:10)
at scriptFunc (C:\9_linkedsilicon\07Development\TI_CC3350\TI\cc33xx_mcu_package_R5\examples\CC3xx_thick_mac_network_terminal\example.syscfg:14:25)
at cb (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:113:7)
at withDeprecatedAccess (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\deprecatedAccessGuard.ts:14:10)
at runAsUserScript (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\scriptingGuard.ts:61:3)
at iteratee (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:111:5)
at baseEach (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:530:11)
at Function.each (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:9409:52)
at iteratee (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\scripting\runScript.ts:109:6)
at Pt (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\node_modules\lodash\lodash.js:530:11)
Caused by: TypeError: Cannot read properties of undefined (reading 'configurables')
at Object.getPinConfigurables (C:\9_linkedsilicon\07Development\TI_CC3350\TI\mcu_plus_sdk_am243x_08_05_00_24\source\drivers\.meta\pinmux\pinmux_am243x.syscfg.js:28:76)
at Object.getGpioPinRequirements (C:\9_linkedsilicon\07Development\TI_CC3350\TI\mcu_plus_sdk_am243x_08_05_00_24\source\drivers\.meta\pinmux\pinmux.syscfg.js:72:25)
at func (C:\9_linkedsilicon\07Development\TI_CC3350\TI\mcu_plus_sdk_am243x_08_05_00_24\source\drivers\.meta\gpio\v0\gpio_v0.syscfg.js:34:27)
at cb (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleRequirements\requirements.ts:27:6)
at guardCallbackAccess (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\moduleAccessGuard.ts:44:10)
at h.resolveRequirements (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleRequirements\requirements.ts:26:5)
at Z.resolveRequirements (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1452:23)
at Z.initDynamicConfigurables (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1292:8)
at Function.createInstanceImpl (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:183:11)
at Function.createInstance (C:\ti\ccs1281\ccs\utils\sysconfig_1.21.0\dist\webpack:\sysconfig\src\pinmux\services\objectManagers\moduleInstance.ts:1530:28)
gmake: *** [build-1508476815] Error 1
gmake: Target 'all' not remade because of errors.