Hi,
I am using NRF52. i have custom board on that external flash and SD card is not available. i want to use msc class so that i can drag and drop file and read it in controller. i tried to use msc example by making following changes..
static diskio_blkdev_t drives[] =
{
DISKIO_BLOCKDEV_CONFIG(NRF_BLOCKDEV_BASE_ADDR(m_block_dev_ram, block_dev), NULL)
};
but when i called disk_state = disk_initialize(0); this return fail state
is there any way to achieve my target . Any Lead on this will very helpful for me.
Thanks for Help...:)