programming problems lpc55s14

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

programming problems lpc55s14

1,691 次查看
Nadia
Contributor III

Captura.PNG

Captura2.PNG

Hi all, I'm using the LPC55S14, and I can't program it, I get a message saying : Break at address "0xeffffffe" with no debug information available, or outside of program code.

If someone could tell me where the problem can come from.
Best regards

0 项奖励
回复
10 回复数

1,654 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello

Hope you are well. I suggest you try programing a demo project in a new workspace.
Additionally, could you tell me how are you handling the PIO_5?
The state of port pin PIO0_5 at Reset determines the boot source of the part or if the handler is invoked.

If you have more questions do not hesitate to ask me.
Best regards,
Omar

0 项奖励
回复

1,645 次查看
Nadia
Contributor III

@Omar_AnguianoPIO0_5 is in pull-up.

Should it be at 3.3 V?

0 项奖励
回复

1,626 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Yes, it is suggested to pull up the pin to 3.3V to avoid the device from entering into ISP mode.
Please create a new workspace and import a demo project to verify if this issue still persists.

If you have more questions do not hesitate to ask me.
Best regards,
Omar

0 项奖励
回复

1,606 次查看
frank_m
Senior Contributor III

Applying analogies from other MCUs, perhaps getting it into ISP mode and doing a Flash mass erase could solve it.

0 项奖励
回复

1,599 次查看
Nadia
Contributor III

@frank_m But with the same debbugger?

0 项奖励
回复

1,593 次查看
frank_m
Senior Contributor III

I think you will need special tools like Flash Magic, which implement the ISP protocol - and the medium supported by your MCU.

I did not have to use it with NXP controllers lately, but it's the same situation with other brands.

I think the NXP staff members here are more versed in such recovery / de-bricking problems ...

0 项奖励
回复

1,582 次查看
Nadia
Contributor III

@frank_m @Omar_Anguiano 

Why do I have to change lines of code to be able to access the interface to configure the peripherals and pins?

I mean, I create the project for the LPC55S14, and there are some lines where it says LPC55S16, and by changing them I can access the interface to configure the pins and clocks, otherwise I cannot.

Is this normal?

0 项奖励
回复

1,589 次查看
Nadia
Contributor III

@frank_m @Omar_Anguiano When I tried to load the programme, I got a file named: script.jlink, which contains:

 

ExitOnError 1
r
h
loadfile "C:\Users\Nadia\Documents\MCUXpressoIDE_11.3.1_5262\workspace\LPC55S14_Project\Debug\LPC55S14_Project.hex" 0x0
qc

qc

0 项奖励
回复

1,609 次查看
Nadia
Contributor III

@Omar_AnguianoThe problem persist. PIO0_5 is at 3.3V 

0 项奖励
回复

1,680 次查看
Nadia
Contributor III

When I try to program it, I get this message: Break at address "0xeffffffe".

0 项奖励
回复