IMXRT 1173 microcontroller, it is a customized board its giving the error: No Algorithm found for: 3

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

IMXRT 1173 microcontroller, it is a customized board its giving the error: No Algorithm found for: 3

跳至解决方案
1,282 次查看
vinothprasanth
Contributor I

Hi I am trying to build and download and assembly code for a project into the IMXRT 1173 microcontroller, it is a customized board its giving the error: No Algorithm found for: 30000400H - 3000FFFFH
No Algorithm found for: 30010000H - 3001FFFFH
No Algorithm found for: 30020000H - 3002FFFFH
No Algorithm found for: 30030000H - 3003FFFFH
No Algorithm found for: 30040000H - 3004FFFFH
No Algorithm found for: 30050000H - 30059207H
Erase skipped!

 

 

Also please find attached the following screenshots of the settings (docx file):

1. Error Log

2. Runtime environment settings screenshot.

3. Target settings tab

4. Debug Settings Tab

5. Since I am using j-link debugger to program the chip hence attached the settings tab of that 

6. The flash download settings tab of the j-link settings

 

Please let me know, what is it that I am doing wrong and what configurations I am missing.

 

 

0 项奖励
回复
1 解答
1,264 次查看
diego_charles
NXP TechSupport
NXP TechSupport

Hi @vinothprasanth 

I hope you are doing well! 

Lets try to replicate this with our latest MCUXpresso SDK release for RT1173 and keil.

I made you a little pdf  with my setup for the hello world SDK example. 

Please note the following :

- We have some differences in memory addresses. 

-I am using Linkserver, which is based on CMSIS DAP.

- RT1173  SDK examples are setup for RT1176, but they are compatible.

-RT1173  SDK (v2.13 )  is on DFP 15.0.

I recommend you to first test the same demo like me, and then adapt your current project settings to it.

Diego

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,260 次查看
vinothprasanth
Contributor I

Hi @diego_charles 
Thank you for your response, I'll try this solution for my project, and also I have find another solution,  I have add the flashing driver to my PC and added it to this project and I set up the memory size and address then I worked. 
here I'll attach screenshot and the driver 
Thank you,
Vinoth 

 

 

1,265 次查看
diego_charles
NXP TechSupport
NXP TechSupport

Hi @vinothprasanth 

I hope you are doing well! 

Lets try to replicate this with our latest MCUXpresso SDK release for RT1173 and keil.

I made you a little pdf  with my setup for the hello world SDK example. 

Please note the following :

- We have some differences in memory addresses. 

-I am using Linkserver, which is based on CMSIS DAP.

- RT1173  SDK examples are setup for RT1176, but they are compatible.

-RT1173  SDK (v2.13 )  is on DFP 15.0.

I recommend you to first test the same demo like me, and then adapt your current project settings to it.

Diego

0 项奖励
回复