How do I get CDC Standalone example working on NUCLEO-H743ZI Board
I have a Nucleo-H743ZI board and want to get the CDC example working so that I can use it in my own code.
I created a new STM32 Project from STMCubeIDE and selected the CDC Standalone example (It is for LUCLEO-L552ZE-Q board).
I had to disable BSP_LED_Init since it uses an I2C IO expander but rest of the code seems to be OK for the H743ZI board. There is sadly now response when I plug-in the USB port, so something still seems to be missing.
Any idea of what could be wrong and how can I fix it of how I can get the USB CDC example going on H743ZI board?
