Part Number: TMDSCNCD263
Other Parts Discussed in Thread: SYSCONFIG
In SysConfig GUI, I configured the WDT Input Clock frequency to 10 MHz.
The GUI does not report any error and generates code.
Using the same .syscfg file with SysConfig CLI to generate code fails. The CLI tool reports WDT input clock frequecy to be 100MHz, 10x more than what was configured in the GUI. As a result, the expirationTime is not within the required interval, thus code generation fails.
I used
- AM263Px control card
- SysConfig 1.25.0
- MCU+ SDK for AM263P 11.0.0.19


tobi@fedora ~/D/syscfg_testing> ~/ti/sysconfig_1.25.0/sysconfig_cli.sh --script test.syscfg --context r5fss0-1 --output generated --product ~/ti/mcu_plus_sdk_am263x_11_00_00_19/.metadata/product.json --part AM263x --package ZCZ --compiler ticlang
Running script...
Validating...
error: CONFIG_WDT0(/drivers/watchdog/watchdog) expirationTime: (Expiration time * WDT input clock frequency) = 100000000 has to be within 8192 to 33554432
1 error(s), 0 warning(s)

