Affordable and flexible platform to ease prototyping using a STM32L476RGT6 microcontroller.

Does the USBDEVICE.lib work on the NUCLEO-L476RG?

10 Apr 2018

Does anyone know whether USBDEVICE.lib (*1) work on the NUCLEO-L476RG?

I imported "Nucleo_usbmouse" from NUCLEO-L476RG site (*2) for the first step. However, compilation failed and 30 error messages were output. (I confirmed that this program works on NUCLEO-F411RE)

If anyone knows the solution, could you tell me?

10 Apr 2018

Hi

Yes, it seems that NUCLEO-L476RG has not been added in the USB device feature yet.

https://github.com/ARMmbed/mbed-os/blob/master/features/unsupported/USBDevice/targets/TARGET_STM/USBHAL_STM32.h

10 Apr 2018

Hi.

You're right. Thank you for the information.