Part Number: PINMUXTOOL
Hi community !
I have set up all my GPIOs in the PinMux tool (see pinmux file attached). But the CC3220SF_LAUNCHXL.h file doesn't seem to update. The "typedef enum CC3220SF_LAUNCHXL_GPIOName" still only contains the GPIO for the LAUNCHXL eval board (see below).
Am I missing something ?
/*! * @def CC3220SF_LAUNCHXL_GPIOName * @brief Enum of GPIO names on the CC3220SF_LAUNCHXL dev board */ typedef enum CC3220SF_LAUNCHXL_GPIOName { CC3220SF_LAUNCHXL_GPIO_SW2 = 0, CC3220SF_LAUNCHXL_GPIO_SW3, CC3220SF_LAUNCHXL_GPIO_LED_D7, /* * CC3220SF_LAUNCHXL_GPIO_LED_D5 and CC3220SF_LAUNCHXL_GPIO_LED_D6 are shared with the * I2C and PWM peripherals. In order for those examples to work, these * LEDs are taken out of gpioPinCOnfig[] */ //CC3220SF_LAUNCHXL_GPIO_LED_D6, //CC3220SF_LAUNCHXL_GPIO_LED_D5, CC3220SF_LAUNCHXL_GPIOCOUNT } CC3220SF_LAUNCHXL_GPIOName;