cancel
Showing results for 
Search instead for 
Did you mean: 

HAL PCD for USB Data Transfer

OpenTheBayDoorsHAL
Associate

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 1
FBL
ST Employee

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.