This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

problem implementing USB mass storage in nrf52833dk

I want to implement usb mass storage using FAT FS, However there is problem when is build the solution using  this command line:

west build -b nrf52833dk_nrf52833 samples/subsys/usb/mass -- -DCONFIG_APP_MSC_STORAGE_FLASH_FATFS=y

I know this board does not have external flash, but I want to implement internal flash as mass storage NOT the RAM.


Related