spiflash_driver
spiflash_driver copied to clipboard
Hardware agnostic generic spi flash driver
Hi ! I'm trying to port your great library to the Microchip SST25PF040C SPI flash and I'm encountering a problem while using the `SPIFLASH_read_product_id` to read the product ID. As...
read_product_id command (usually 0x90) has 3 byte dummy address parameter, and return 2 byte data (Manufacturer and Device ID)
I had and issue using this driver in a STM32F030xxx. Whenever I call `HAL_SPI_Transmit(...)` inside the `_spiflash_spi_txrx` callback, the system goes in HardFault. I started to investigate and I discovered...