Issues reading SPI Flash on BlueNRG-LP. Seems to be forcing to 16bits?
Hi I am trying to talk to a Winbond W25Q64 SPI Flash and it seems to write data ok but for some reason the call to do a SPI Read actually forces it to clock16 bits - which is wrong. It is set to 8. I do a HAL_SPI_TransmitReceive to send a 0x9F to re...