Hi,
I'm Working on ICE AM3359 Board, But i know the procedure to run the program in Debug mode.
Can any one guide me the procedure to parmanently load the program ( Even if i reset the hardware the code must retain).
Regards,
Bindu
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'm Working on ICE AM3359 Board, But i know the procedure to run the program in Debug mode.
Can any one guide me the procedure to parmanently load the program ( Even if i reset the hardware the code must retain).
Regards,
Bindu
Bindu,
ICE already has a second level boot loader installed in SPI FLASH. Then to boot your application you have options: SPI FLASH (other address range), NOR FLASH or SDcard boot.
All 3 should be documented in the UG for ICE on the web or in the IA-SDK package. You also have the boot loader in source as well as different project configs for different boot modes in the IA-SDK examples.
Regards.
Hi Frank,
We are aware of the FLASH, But we are running our application in Debug mode ( that is if we unplug the power suppy from ICE Board, and connect the supply back the program written earlier is no longer running).
Can you guide the procedure where the application program resides parmanently ( even if i unplug the Power suppy and connect it back)
Thank you,
Bindu
Isn't that the purpose of the FLASH mems? They are permanent. So if your boot procedure is correct it will find the application in FLASH and run after power on. No debugger needed..