NRF52833DK_NRF52833 USB Mass Storage Issue

Hi everyone,

I am trying to run the Zephyr Samples USB Mass Storage example on a NRF52833DK using the internal flash for the FAT-FS partition.

When I plug the Nordic device into a windows machine, the USB device is recognized as a USB storage device however the system cannot access the flash device.

  

My development environment:
- nRF52833 DK
- Zephyr ncs v2.2.0
- nRF Connect for VS Code 

My Proj Conf is as follows:

CONFIG_STDOUT_CONSOLE=y

#USB related configs
CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr MSC sample"
CONFIG_LOG=y
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
CONFIG_USB_MASS_STORAGE=y
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
CONFIG_USB_MASS_STORAGE_LOG_LEVEL_ERR=y

CONFIG_MAIN_STACK_SIZE=16384
CONFIG_APP_WIPE_STORAGE=y

CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y

I have also zipped up the project and attached this to this post.

mass-nrf52833.zip

Has anyone come across this issue and know what is going wrong?

Thanks,

David

Related