Hi,
I am trying to write a file to the FAT file system on nRF7002 board.
Here is what I have tried:
in proj.conf:
in main.c of the app core:
Failed to mount FATFS (-19)
Hi,
I am trying to write a file to the FAT file system on nRF7002 board.
Here is what I have tried:
in proj.conf:
in main.c of the app core:
Hello,
The devicetree for the nRF7002DK board assigns the QSPI to the nRF7002 for Wifi while the macronix flash is on the spi4 bus, but your log shows that the QSPI driver is being used to interface with the flash:
<err> qspi_nor: JEDEC id [00 00 00] expect [c2 28 17]
Please try with the sample project below and see if that works for you. It is based on the same project I posted here:
RE: Using the Mass example on my custom board, but first getting it running on the nRF52840dk QSPI flash but is configured to run on the nRF7002DK.
peripheral_lbs_mass_storage_spi.zip
Best regards,
Vidar
Hello,
The devicetree for the nRF7002DK board assigns the QSPI to the nRF7002 for Wifi while the macronix flash is on the spi4 bus, but your log shows that the QSPI driver is being used to interface with the flash:
<err> qspi_nor: JEDEC id [00 00 00] expect [c2 28 17]
Please try with the sample project below and see if that works for you. It is based on the same project I posted here:
RE: Using the Mass example on my custom board, but first getting it running on the nRF52840dk QSPI flash but is configured to run on the nRF7002DK.
peripheral_lbs_mass_storage_spi.zip
Best regards,
Vidar