How to use MCUxpresso configuration tools for add Endpoint for USB Communication

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use MCUxpresso configuration tools for add Endpoint for USB Communication

607 Views
yuichiro_yamagu
Contributor I

I want to add an Endpoint for USB Communication to evkmimxrt1060_dev_cdc_vcom_freertos.
I use MCUxpresso configuration tools to add Endpoints.
But, Error has occured.
How can I get rid of the error?

Labels (1)
0 Kudos
1 Reply

589 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi 

 

You can see the problems view on the bottom right .  right click the error and select Show problem in BOARD_BootClockRun.

For example,  The USBPHY1 PLL clock is disabled by default (to save power). You can enable it by selecting the enabled value in the USBPHY1 clock output setting:

danielchen_0-1633940313177.png

 

danielchen_1-1633940742234.png

 

 

Please refer to below article for how to use USB component with config tools.

https://community.nxp.com/t5/MCUXpresso-Config-Tools/USB-Audio-Class-Tutorial/ta-p/1344785

 

Regards

Daniel

0 Kudos