How to Erase/Program external flash chip using SPI protocol with STM32L4xx MCU?
Hello,I am trying to erase/flash program an external W25X40CLSNIG flash chip with various STM32L4xx host chips using SPI protocol. Up until now I have been referencing STM32l4xx_hal_spi.c source file for ways to perform such a task but was curious if...