UC GEE
DIIDevHeads IoT Integration Server
•Created by Sterling on 9/3/2024 in #firmware-and-baremetal
Compilation Error with USB Keyboard Example on STM32 Nucleo F303K8 in Mbed
Hey @Sterling The error you're encountering, indicates that your USB Device library is missing necessary definitions for USB handling specific to your STM32 Nucleo F303K8. This kind of error usually occurs when the required USB HAL is not included or configured properly in your project.
Inorder to resolve this,ensure that your USB support is correctly set up in your Mbed environment, as the STM32F3 series requires specific configurations.And secondly,if you are using the older version of Mbed, try to update it to the latest version.
4 replies