I'm testing example project COMPOSITE HID AUDIO Unified bare metal from SDK 2.11 on a LPCXpresso55s28.
Audio Speaker profile is working fine but Line IN/Microphone profile is not sending data from board to PC
I also noted that Microphone volume under Windows properties is fixed to 0 (zero)
Any idea on what I'm getting wrong?
Thank you
Solved! Go to Solution.
Thank You Alice, I already did the check you mentioned.
Anyway I found the problem, #define USB_DEVICE_CONFIG_AUDIO_CLASS_2_0 is not seen on all project files and this makes some part not working accordly with AUDIO Class 2.0, making it visible by all fix the issue.
Claudio
Thank You Alice, I already did the check you mentioned.
Anyway I found the problem, #define USB_DEVICE_CONFIG_AUDIO_CLASS_2_0 is not seen on all project files and this makes some part not working accordly with AUDIO Class 2.0, making it visible by all fix the issue.
Claudio