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

Bootloader from MMC/SD-Card

Hello everybody,
Is there a Bootloader wich load the firmware from a flash card (MMC or SD)?
I use uVision3 for programming an LPC2148. I just found App Notes but no Examples.

Could anyone help me?

Adrian

Parents
  • What you need to do is:
    * Understand IAP (in application programming).
    * USB basics (especially MSD).
    * Read the code. It really is not too hard.
    * Implement a SD card interface - that is complex, and RL-ARM (assuming you have a license) is rather ROM heavy.

    Why do you need the SD card? isn't a RAM image provided via the MSD enough?

Reply
  • What you need to do is:
    * Understand IAP (in application programming).
    * USB basics (especially MSD).
    * Read the code. It really is not too hard.
    * Implement a SD card interface - that is complex, and RL-ARM (assuming you have a license) is rather ROM heavy.

    Why do you need the SD card? isn't a RAM image provided via the MSD enough?

Children