Schematic And Library For uSD Card Bootloader
Hi,
I need to implement a Bootloader for an STM32L452RET6 as follows:
- using a uSD card over standard SPI (not Quad SPI)
- using the BOOT0 pin option
- using the ready available ST libraries
My questions, if someone could please help out, are:
1) which library can I use? And is it literally plug and play or do I need some additional code?
2) in the uSD card do I put just a single .HEX file? i.e. how does the bootloader know which file from the uSD card to read to upload?
3) I assume I can use any SPI port, and just configure the code in CubeMX, correct?
4) OPTIONAL... is there a way to upload firmware to a blank micro with this uSD? If so, how?
Thank you :smiling_face_with_smiling_eyes:
