Other Parts Discussed in Thread: MSPM0L1306, SYSCONFIG
- We are using the LP_MSPM0l1306 development board,We flashed the example code which is given as source code.
- In which the GPIO program is working fine,for given pin only as it is already defined in the (ti_msp_config.h) header file.
- We need to work with other pins as well,But we worked with those pins but could not get the expected output.
- In source code it is given like this (DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_USER_LED_2_PIN);) and it is working fine,If we changed like this for the same pin in different mode (DL_GPIO_togglePins(GPIOA,DL_GPIO_PIN_26);) it is working fine.
But if we write as (DL_GPIO_togglePins(GPIOA,DL_GPIO_PIN_0) like this it is not working but it is compiling without any error.
Kindly help us to use the other GPIO pins for user defined I/O