Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 6 months ago.
F303RE USBAudio Library
II am trying to compile through online mbed with ST's own provided USBDevice library but im getting an error
Error: Identifier "USBHAL_Private_t" is undefined in "USBDEVICE/USBDevice/TARGET_STM/USBHAL_STM32.cpp", Line: 36, Col: 6
Does this library not have support on f303re? Is there any alternatives i can use for USBDevice capabilities on STM32 boards ?
Question relating to:
1 Answer
5 years, 6 months ago.
Hi
Yes, with MBED-OS2, USB was not implemented for F303RE:
In MBED-OS5, F303RE has not been implemented. You can propose a patch in
https://github.com/ARMmbed/mbed-os/blob/master/usb/device/targets/TARGET_STM/USBPhy_STM32.cpp
in order to support it.