my led on launch pad TM4C123 is not blinking on start but im getting a green light beside the debug port what does that mean
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
my led on launch pad TM4C123 is not blinking on start but im getting a green light beside the debug port what does that mean
Hello vinod reddy,
The green LED should be labeled PWR which is an abbreviation for power. That indicates the board is powered up. Depending on the firmware loaded, you may not see any blinking LEDs.
If you tried to load firmware that is supposed to turn an LED on/off and are not seeing that happen, it's likely an indication of a software problem. You can attempt to debug it with the CCS debugger or whichever tools you prefer by stepping through the code as it executes.