You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As summarized in #27841 (comment)samples/subsys/fs/fat_fs/ does not run correctly when controlled by a SPI3 configured as nordic,nrf-spim. It appears that CSn is not being correctly deasserted at the end of transactions.this is true, but is probably a secondary effect of the sdhc disk access layer not being consistent about checking return codes
The text was updated successfully, but these errors were encountered:
Because SPI transfers from data buffers stored in flash fail, and because the disk_access_spi_sdhc layer doesn't check error codes, large numbers of critical SPI transfers are not being transmitted, so the driver never detects that the device is actually present and able to respond.
pabigot
changed the title
nordic spim: does not work with FatFS example
nordic spim: does not with SPI-SDHC infrastructure
Sep 10, 2020
pabigot
changed the title
nordic spim: does not with SPI-SDHC infrastructure
nordic spim: does not work with SPI-SDHC infrastructure
Sep 10, 2020
As summarized in #27841 (comment)
samples/subsys/fs/fat_fs/
does not run correctly when controlled by a SPI3 configured asnordic,nrf-spim
.It appears that CSn is not being correctly deasserted at the end of transactions.this is true, but is probably a secondary effect of the sdhc disk access layer not being consistent about checking return codesThe text was updated successfully, but these errors were encountered: