Hi Jorge,
Thank you for the information. What you bring up makes sense in terms of being able to format the "disk". Indeed there are linker errors when trying to create a large disk size.
I guess I do not understand how this demo is supposed to work if there is not enough room for the disk to be accessible from the PC. It seems it would need to be pre-formatted with a file system running on the MCU in order to be seen?
There are other demos that use this same code, for example the MSD/CDC composite USB example. There is a .ini "file" that is supposed to be able to be mounted on the MSD disk, but there is the same issue in this example, in that the disk never mounts and thus the .ini file is never accessible. So the same question would apply to this demo:
So, how is the disk formatted and accessible from a pc? The USB _UG CDC/MSD composiste demo that uses the same code shows that the drive just shows up on the PC with no further work.
Thanks for the clarification.