problem with examples LPC1114

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

problem with examples LPC1114

673 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by maxmel on Tue May 31 06:12:57 MST 2011
hello,
i have got this error message
[SIZE=2][LEFT]LPCXpresso Debug Driver v2.0 (Mar 29 2011 00:09:34)
Looked for chip XML file in C:/nxp/lpcxpresso_3.6.3_317/bin/LPC1114/302.xml
Looked for vendor directory XML file in C:/nxp/lpcxpresso_3.6.3_317/bin/nxp_directory.xml
Found generic directory XML file in C:/nxp/lpcxpresso_3.6.3_317/bin/crt_directory.xml
Emu(0): Conn&Reset. DpID: BB11477. Info: T1S6RGRIA
SWD Frequency: 3000 KHz. RTCK: False. Vector catch: False.
Packet delay: 0 Poll delay: 0.[/LEFT]
[/SIZE][SIZE=2][COLOR=#008000][SIZE=2][COLOR=#008000][LEFT]Invalid LPC1114/302 Part ID: 0x0444102B
Known LPC1114/302 ID(s): 0x2540102B[/LEFT]
[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#ff0000][SIZE=2][COLOR=#ff0000][LEFT]03: Failed on chip setup: Ec(01). Invalid, mismatched, or unknown part

[COLOR=black]only with the LPC114  do you knwo the reason ? thank you [/COLOR]
[COLOR=#000000]for info on my board i have the PART NUMBER  lpC1114/301[/COLOR][/LEFT]
[/COLOR][/SIZE][/COLOR][/SIZE]
0 项奖励
回复
1 回复

635 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Tue May 31 06:56:32 MST 2011

Quote:

[COLOR=Red]Invalid LPC1114/302 Part ID: 0x0444102B[/COLOR]
Known LPC1114/302 ID(s): 0x2540102B

Your project MCU setting is LPC1114/302, therefore LPC-link was expecting  0x2540102B (/302) and complaining about [COLOR=Black]0x0444102B (/301)[/COLOR] :)

[COLOR=Black]Part ID: 0x0444102B [/COLOR]=  LPC1114/301

So just change your project MCU setting to LPC1114/301:

http://support.code-red-tech.com/CodeRedWiki/ChangingProjectTarget
0 项奖励
回复