Porting Audio playback and record code from STM32F4 to STM32H5 Nucleo board
I would like to build the Audio playback and record example code of STM32F4 controller to STM32H5 controller. Could you please help me with feasible method to make it work. I am planning to use same driver code and middleware code of STM32F4. I have more concern about USB pins. So far i verified USB_DP and USB_DM pins are same for both STM32F4 and STM32H5. Is this enough for USB protocol to work without any problem or should i need to handle USB_ID pin also?
