TIDUF31B May 2023 – September 2024
SYSCFG_DL_init() has
initialization functions. Find SYSCFG_DL_init() in
main.c, press CTRL and click the function,
SYSCFG_DL_init() is opened, and functions to configure GPIO,
ADC, PWM, and so forth can be found in SYSCFG_DL_init(). Figure 4-19 shows those functions.
Figure 4-19 GPIO, ADC, and PWM Functions
for InitializationIn Debug → syscfg → ti_msp_dl_config.h, all defines for GPIO, PWM, and ADC can be found and updated for the new hardware board. Figure 4-20 shows those defines.
Figure 4-20 GPIO, ADC, and PWM
Defines