Crazy-Geeks/STM32-W25Q-QSPI

There is a definition error

Asgiftia opened this issue · 0 comments

Hello, there is a definition error in the driver you provided.
#define W25Q_WRITE_EXT_ADDR_REG 0xC8U ///< write extended addr reg (only in 3-byte mode)
The correct one is:
#define W25Q_WRITE_EXT_ADDR_REG 0xC5U