Firmware Boot from external SPI Flash in STM32L462
I am using the STM32L462CE MCU which is only single bank flash. Now, I need to store the firmware for OTA so how I do it?In the board, I have winbond external 2MB of SPI memory. So, how to setup this memory to run the my firmware if I stored the fir...