2018-06-20 08:51 PM
It appears, but is not clear from the data sheets, that the STM32F7 and some STM32F4's have two separate USB controllers a FS one and a HS one. Assuming suitable software can be created can these two controllers be used simultaneously to allow two separate USB interfaces to operated ?
2018-06-21 06:00 AM
>
It appears, but is not clear from the data sheets, that the STM32F7 and some STM32F4's have two separate USB controllers a FS one and a HS one
Yes this is exactly the case.
>
can these two controllers be used simultaneously
Yes, please see the 'dual core' USB demo, in
<CubeMX repository ver F4>/Projects/STM324x9I_EVAL/Applications/USB_Host/DualCore_Standalone
-- pa
2018-06-25 09:52 AM
Hello
Barnaby.Terry
,Correct, there are two USB controllers andthey can beused simultaneously:
For more details about the USB peripherals implemented on our STM32 MCUs, please refer to application note ''
:USB hardware and PCB guidelines using STM32 MCUs''.At the end of the AN, we have added an FAQ sectionproviding answers to the most common questions received from our customers. One of the answered questions is:
If you have any feedback about the application note, please do not hesitate to share it
https://community.st.com/message/197638-usb-hardware-and-pcb-guidelines-application-note
.Khouloud.
2018-06-28 10:32 AM
Many thanks all.