2017-11-20 02:23 AM
Hi,
i am using STM32F746G-Discovery board for a project where i have to use USB as MSC (Mass Storage Class) in Device mode and i am transmitting data from PC side to board, whenever i send data to board... 'USBD_MSC_DATAOUT();' is being called. Here i wanted to know in which buffer i am receiving this Data.
and also wanted to know how to Transmit the data/buffer from board (which function can be used to Transmit the data in MSC mode).
#stm32f7-receive-interrupt #stm32f746g-discovery #usb-msc-device #stm32f7