NUCLEO-H743ZI2 USB Audio Class + CS4272 codec - how to even start?
Hi,
I'm trying to set up a simple test code for bi-directional audio streaming via USB using NUCLEO-H743ZI2 and a custom board with Cirrus CS4274 codec IC.
I've tried and failed to find some documentation for CubeMX included USB Audio Class library (comment in .c files states that they are from 2015) - so I don't know how to accomplish my goal with the library provided with CubeMX.
I found the X-CUBE-USB-AUDIO software package on the ST site, so I downloaded the archive with it and tried (and failed) to import that package into CubeMX, which resulted in an error, so then I tried (spoiler: with no result) to merge more recent USB audio library files (from the downloaded archive; comment in .c files states that they are from 2019) with those generated with a most recent version of CubeMX and that didn't work either.
Maybe there is some documentation and/or tutorial that I'm not aware of? Also, the example projects supplied with the X-CUBE-USB-AUDIO package are not that well documented and they are not compatible with STM32CubeIDE as far as I know.
Do you have any ideas that could help me with my case?
