2024-08-21 06:26 AM
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.
2024-09-25 07:19 AM
You are calling HAL_PCD_Init() before configuring system clock configuration ?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.