Running code from external flash in qspi mode
Hi,
I've been using a winbond w25q128 external flash for storing bin file for a project and flashing the code from there to my controller. I'm using an stm32l412 as my controller. I've been through many tutorials for developing external loader files, but all of them are specifically for h7. I managed to create an external loader, but when I use cube programmer to upload the bin file, sector erase and chip erase are shown not working, Is this something related to the stldr file I have generated? By the way I'm using qspi and I am able to send and read data from external flash through qspi, but I havent been able to upload bin file.
The error generated in cube programmer are: please verify flash memory protection
I have referred this site : https://controllerstech.com/w25q-flash-series-part-8-quadspi-external-loader/
Thanks
