Other Parts Discussed in Thread: SYSCONFIG
Hello TI team,
Moving from SDK 08.05 to 09.00, and syscfg from 1.14 to 1.17, I noticed that the GPIO_init is automatically invoked in ti_driver_config.c (syscfg's automatically generated file). Is there a way to disable to call GPIO_init() by default?
This call is not there with sycfg 1.14, but newly added. Some GPIOs are set to be output, but the default state is not given. I have seen some failures during my SDK 09.00 testing, I would like to rule out whether this GPIO_init() is the root cause.
Thanks,
Hong