Wondering if anyone has used an external serial flash to store and boot load from?
I have done this with other processors. Just not sure how well suited the base BSL code is for something like this.
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.
Wondering if anyone has used an external serial flash to store and boot load from?
I have done this with other processors. Just not sure how well suited the base BSL code is for something like this.
With the F248, the BSL memory is all ROM, which means if you want a custom bootloader, you will need to add it to main application space. This is doable, but will require some Flash space, and will be a fair amount of effort. A good starting point would be MSP-BOOT, but you will need to add a LOT of customization on top of it. MSP-BOOT follows the traditional MSP BSL format of accepting commands from a host, whereas your bootloader will need to make decisions mostly on its own.
Mike
**Attention** This is a public forum