LPCOpen board.c issue for LPC812

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPCOpen board.c issue for LPC812

349件の閲覧回数
lpcware
NXP Employee
NXP Employee
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.
ラベル(1)
0 件の賞賛
1 返信

333件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Paul on Mon Sep 30 11:06:52 MST 2013
Thank you for bringing the code example issue to our attention.  We will update the board.c file in the next revision of the LPCOpen library.
R56 could have been specified at a higher value, but the value of R56 is 200 ohms as specified in the Rev. A and B schematics.
0 件の賞賛