Hello, I am working on STM32F412 controller. We are using a previous version of the OTG driver v2.2.0 on which our most of the development works are done. We are on course of reviewing the changes on our application layer that we have developed, but ...
Hello,I am trying to interface USB Mass Storage with external Flash. I have implemented the complete structure that is necessary as below,typedef struct _USBD_STORAGE
{
int8_t (* Init) (uint8_t lun);
int8_t (* GetCapacity) (uint8_t lun, uint32_t ...
Thank you for the response. I have a question related to your statement, "How would you imagine it working without a file system? You have to apply some form to the data"How would my flash get to know which file has to be opened or created when the i...
Thank you for the reply, I tried with the 512 bytes blocks and also 2048 bytes block. But my PC pops up the error window stating that flash cannot be formatted. The real questions are,1) Is File system necessary to just to read write some files to s...