"15: Target error from Commit Flash Write" error when debugging the project on LPC55S69

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

"15: Target error from Commit Flash Write" error when debugging the project on LPC55S69

跳至解决方案
6,263 次查看
Emin
Contributor III

When I try to debug the project on LPC55S89, I got the Wire ACK Fault in DAP access within the error from the title. I also had to combine 2 rams in order to have enough space for the project. Can someone suggest their already working solution?

0 项奖励
回复
1 解答
6,220 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Emin 

You can allocate some data to other RAM, detail method refer to:

<MCUXpresso IDE User Guider> ->
"18.13.2 Placing data into different RAM blocks using Macros"

I also attach it for you.

 

BR

Alice

在原帖中查看解决方案

0 项奖励
回复
3 回复数
6,236 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Emin 

It seems can not combine 2 rams, allocate it to different RAMS.

About the debug failed, how about debugging simple demo under SDK?

 

BR

Alice

0 项奖励
回复
6,228 次查看
Emin
Contributor III

How can I allocate the 271KB over 2 SRAMS without combining them? or how can I distribute 271KB over multiple SRAMs?

0 项奖励
回复
6,221 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Emin 

You can allocate some data to other RAM, detail method refer to:

<MCUXpresso IDE User Guider> ->
"18.13.2 Placing data into different RAM blocks using Macros"

I also attach it for you.

 

BR

Alice

0 项奖励
回复