Is it possible to incorporate serial communication to a STM32L476 that is already defined as a USB Audio device?
I already define the nucleo-STM32L476 as a USB microphone, but I want to know if it is possible to communicate with the microcontroller trough serial communication. I want to implement these feature because I want to change the digital filters that I am applying to the signal. For example, If I send the command ¨voice¨ trough serial, the microcontroller will select the filters that prioritize the voice and if then I send the command ¨guitar¨ I will be able to change the filters. I will appreciate any advice or help.
