Set Nucleo-l476RG as Audio Device
Hello everyone,
I am working on a project in wich I want to use a nucleo-l476RG as a MIDI device. I saw on midi official website that the USB Audioclass was compliant with MIDI application (https://www.midi.org/midi-articles/basic-of-usb).
However when I set the board as a Audio class usb device and I flash the program generated by CubeMx (without modifications), my board is still seen as a serial peripheral with StLink (even if I remove the jumpers as said on th St official schematic https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-l476rg.html#resource)
When I compare the program with other programs for MCU (stm32f4 µC in most case) I don't see any differences.
Do you have any idea to help me to solve this matter ?
Thanks in advance =)
Mc
