CONFIG_APP_MSC_STORAGE_RAM VS FLASH_FATFS

Hi Team,
NCS v2.3.0
nrf52840

my project works as expected with CONFIG_APP_MSC_STORAGE_RAM=y

but I need storage FLASH_FATFS

I set CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y
and the disk does not open in Windows, it gives an error window when connecting nrf USB.

Thank you.

4034.chatDK_update.7z
Parents Reply
  • Hi,

    When testing your sample project, I have not had any issues when using CONFIG_APP_MSC_STORAGE_RAM=y. The disk appeared as expected and behaved properly.

    However, when I tried to reproduce your error on Windows 10 using NCS v2.3.0 with following configuration options:

    CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y
    #CONFIG_APP_MSC_STORAGE_RAM=y


    I could not get the same error as you from the log, but I got similar error - "failed to mount file system".



    USB appeared as device, but it was not reacting when I tried to open it. 

    Best regards,
    Dejan

Children
Related