Question of lpc_board_nxp_lpcxpresso_824 board.c

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question of lpc_board_nxp_lpcxpresso_824 board.c

233 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by tadahirotakase on Mon Apr 20 09:41:35 MST 2015
I think board debug UART Initialization function Line 73, SWM_FIXED_ADC8 might be incorrect.
Chip_SWM_DisableFixedPin([color=#03f]SWM_FIXED_ADC8[/color]);
Because for movable pin assignment Line 85 for SWM_U1_TXD_O, PIO0_7. 

Instead of ADC8, I think ADC0 is correct.
Chip_SWM_DisableFixedPin([color=#03f]SWM_FIXED_ADC0[/color]);
Do I wrong?
Labels (1)
0 Kudos
0 Replies