Content originally posted in LPCWare by rocketdawg on Fri Sep 27 13:44:02 MST 2013
I ran the FreeRTOS example, and only two LED light up
in
lpcopen_v2_00_lpcxpresso_nxp_lpcxpresso_812.zip
file
board.c
this
static const uint8_t ledBits[] = {7, 17};
should be
static const uint8_t ledBits[] = {7, 16, 17};
and the 220 Ohm resistor R56 should be ~500 Ohm because it is 2x or 3x brighter than the others.