STM32F767zIT6 to PC communication via a USB interface
I am new to STM32 and I have a custom board with STM32F767. I need to receive CAN messages through one of the CAN interfaces and transmit it through the USB interface to a GUI on the PC and also receive CAN formatted messages from the GUI via the USB to another CAN interface on the board. I have been playing around with the HAL_library for STM32 using STM32CubeMX but I need guidance and materials I can learn faster. If possible a similar open source implementation I can learn from.
