Solved
STM32H747 DISCO Development Board Communication between DSP and PC
I am working on a pathological voice assessor device, using the STM32H747-DISCO development board. I’m a new user and need some help with configuring and sending data from the DSP to PC - there is also a separate connection for debugging from my Macbook which is plugged in to the ST-LinK Debugger port. I had attempted using the USB OTG communication protocol but was met with some driver issues.
I was told by a peer to use the FT232 board, breakout the RX and TX pins, connect them to the board and then plug into the PC to read the pins. From my understanding this is using the UART protocol. So I in the IOC file I would turn on the UART setting, then generate the code and connect the FT232 board to the RX and TX pins and plug the board to the PC.
Any knowledge of exactly what to do would be greatly appreciated.
Thank You :)

