Skip to main content
AjcEng
Associate
May 1, 2023
Question

Embedding a flash loader into custom application. Any example projects out there?

  • May 1, 2023
  • 1 reply
  • 1013 views

External FMC NOR Flash for large Touch GFX files.

Is it possible to embed the flash loader into a custom application? (Build it into the base hex file.)

I wanted to forgo using the typical .stldr method for firmware update reasons

Are there any example projects I could be directed towards for this?

Any help is much appreciated

Thanks

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
May 1, 2023

There should be some chip level code in the BSP, at least for Micron and Macronix parts.

You could use MicroSD (SDIO/SDMMC) as a delivery method.

Perhaps also look USB DFU implementation examples.

Serial's probably too slow to entertain. Things like XMODEM could be used, relatively high baud rates might be possible.

An USB MSC might be workable for staging new content that you subsequently copy into active portions of internal / external flash. This could be in BIN or HEX formats.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..