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.
Solved! Go to Solution.
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
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
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