User Activity

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 ...