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?
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:
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