Microchip-MPLAB-Harmony / audio

Harmony 3 Audio library
https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MH3_audio&redirect=true
Other
15 stars 5 forks source link

Usb Audio not enumerating on PIC32 #2

Open ghost opened 4 years ago

ghost commented 4 years ago

I tried to create one project form scratch Then I tried to port the examples to PIC32 (MZ EF, MK) Then I tried to adapt the examples from MLA, starting from the working vendor example (worked just fine for USB Midi)

In any case the devices wouldn't enumerate under windows 10

It would be awesome to have configurations for PIC32 too in the examples. Better yet, a dummy example with just the USB part, sending dummy data or sampling from ADC, storing dummy data or outputting to PWM/DAC, so one can try without having to dig out a CODEC board

(Would have posted in the usb repo, but apparently everything usb audio is here)