Content originally posted in LPCWare by ramawadh on Thu Aug 06 13:38:02 MST 2015
I have recently Bought LPC43s37 development board. I just started working with it using LPCXPRESSO IDE. I am running Periph_Blinky Example. I found that Green and Blue LED blink when I change LED number 0 and 1.
But Red LED does not blink if I use LED number 2. As per code "io_port_t gpioLEDBits[] = {{3, 5}, {0, 7}, {3, 7}};" third element of this Array is Red LED.
I am not sure what might be issue.
If any one encounter same issue, please help me in resolving this issue.