ARMmbed / qspif-blockdevice

DEPRECATED: This repository is deprecated, please use mbed-os-example-blockdevice
5 stars 2 forks source link

Use a command to read ID #4

Closed stevew817 closed 6 years ago

stevew817 commented 6 years ago

RDID is a command which doesn't take an address, so it should be issued as a command and not a read from bulk storage.

stevew817 commented 6 years ago

@offirko

offirko commented 6 years ago

@stevew817 - thanks for this important fix! Note that QSPIFBlockDevice is planned to soon be delivered into mbed-os 5.10. I'll make sure that both this change and the timeout fix (1000 ==> 10000) will be merged at mbed-os delivery as well