This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No Algorithm found for: 00000000H - 0000371BH

Hi All, I am facing issue while loading image in MIMXRT1050-EVK.

This I used for hello_world program with the default settings.

I followed "http://www.keil.com/support/docs/2831.htm" link as well but no success. Attaching the log for reference,

Load "C:\\Users\\ARM\\LPUART_eDMA\\SDK\\boards\\iMXRT1052_DevelopersKit\\driver_examples\\elcdif\\rgb\\Objects\\elcdif_rgb.axf"
No Algorithm found for: 00000000H - 0000371BH
Erase skipped!
Error: Flash Download failed - "Cortex-M7"
Flash Load finished at 10:56:32

Parents
  • Hello Krishna,

    If you look in your project folder, and open your .MAP file of our project, what are you trying to put in memory area 0x00000000?

    For some reason the flash programming algorithm thinks it needs to flash and program that memory address- this is impossible since that memory is RAM, not Flash.

    If you can resolve that issue, then you should be able to flash.

Reply
  • Hello Krishna,

    If you look in your project folder, and open your .MAP file of our project, what are you trying to put in memory area 0x00000000?

    For some reason the flash programming algorithm thinks it needs to flash and program that memory address- this is impossible since that memory is RAM, not Flash.

    If you can resolve that issue, then you should be able to flash.

Children
No data