Skip to main content
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. 

 

1 reply

Technical Moderator
September 25, 2024

Hi @OpenTheBayDoorsHAL 

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.Best regards,FBL