Visitor II
August 21, 2024
Question
HAL PCD for USB Data Transfer
- August 21, 2024
- 1 reply
- 1637 views
Hi,
I am using an STM32F746-Discovery Kit with a Prophese GenX320 event-based camera.
I am using the demo applicaiton provided by Prophese as a skeleton for my code. The application takes captured events from the camera and displays them on the STM's screen.
I am trying to manipulate the application, so that events may also be sent via USB to my laptop - via CDC.
I am having trouble intialising the HAL PCD driver, and am gettting an "undefined reference to to HAL_PCD_Init" error.
I think my files are in the correct place and in the project path.
