We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.