-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description of defect
The QSPIFBlockDevice and potentially the SPIFBlockDevice implementation has the following issue,
Spec Link: JESD216
BUG/ENHANCEMENT: The _sfdp_parse_sector_map_table() function currently only supports a single map descriptor (no commands) that may not be valid/generic implementation that will work for all flash devices. The spec specifies that there can be variable number of configuration detection commands, configurations and regions.
Spec Reference: JESD216 pg 53 section 6.5
Target(s) affected by this defect ?
CYW9P62S1_43012EVB_01 (Potentially other targets)
Toolchain(s) (name and version) displaying this defect ?
Toolchain: All toolchains
What version of Mbed-os are you using (tag or sha) ?
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli 1.10.2
How is this defect reproduced ?
Related to issue #11722