Associate III
July 17, 2021
Question
Update external flash memory via usb stick
- July 17, 2021
- 1 reply
- 1012 views
I have developed a custom bootloader for updating the fw via usb stick for stm32F7...I would like to integrate the possibility to update the external flash memory via quadspi... Which are the adds what I should introduce to the initial bootloader in order to update the external memory? Is it enough to add the quadspi connectivity in the ioc project and then import two files (quadspi_cmd.h and quadspi_cmd.c) and after reading the content of the usb stick call the routine CSP_QSPI_WriteMemory? Thanks a lot for your kind support
