Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI expert,
1. i am using J722s evm and sdk v11 example code as environment. sdcard, spl boot mode.
2. for mcu10 project, ti says using syscfg-gui to generate config code from gui, for example
"make -C mcu_plus_sdk_j722s_11_00_00_12/examples/drivers/ipc/ipc_notify_echo/j722s-evm/mcu-r5fss0-0_freertos/ti-arm-clang syscfg-gui"
to get syscfg ui and generate config file.
3. for main mcu20 project , there build system are different and i can't use similar way to make the config file,
`make -C vision_apps vx_app_rtos_linux_mcu2_0 syscfg-gui` , it not works.
my question is:
1. i want config some GPIO for main mcu/mcu20 , how to make the init config file? using syscfg is preferred, or manully souce code api only?
thanks.