Skip to content

Commit 77638f9

Browse files
authored
Merge pull request ARMmbed#13698 from boraozgen/bugfix/spif-read-dummy-bytes
Fix SPIF read dummy cycles not being reset
2 parents c877365 + ad9385c commit 77638f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

storage/blockdevice/COMPONENT_SPIF/source/SPIFBlockDevice.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ int SPIFBlockDevice::_spi_send_read_sfdp_command(bd_addr_t addr, void *rx_buffer
497497
{
498498
// Set 1-1-1 bus mode for SFDP header parsing
499499
// Initial SFDP read tables are read with 8 dummy cycles
500-
_read_dummy_and_mode_cycles = 8;
501500
_dummy_and_mode_cycles = 8;
502501

503502
int status = _spi_send_read_command(SPIF_SFDP, (uint8_t *)rx_buffer, addr, rx_length);

0 commit comments

Comments
 (0)