2017-09-07 12:10 AM
We are using STM32F&(ARM-C7) MCU in our customized board.
First let me explain our design context , We have two boards with STM32F7 MCU , In that I need to set one board as USB host and another as USB device mode. Here I am going to use simple Bulk transfer method with two Bulk endpoints(Bulk IN & OUT endpoints ).
To achieve this which example code I should consider and proceed with. And also give some suggestions to develop software or any alternate methods to implement.
Thank you..,
Best regards
Edwin
#arm-c7 #stm32f7 #usbhost #usb-fs #usbdevice