1841113_en-US

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

1841113_en-US

1841113_en-US

USBPHY and USBHS in demo for USB audio device

I noticed that the usb_device_audio_generator demo is not actually configuring the USBPHY and USBHS clocks (at least looking at the clock configuration tool). Is this expected?

I'm using this demo as starting point for a project (USB audio device / UAC2) and I'm trying to understand whether I have to do that or that is not necessary.

Thanks.

i.MXRT 600Re: USBPHY and USBHS in demo for USB audio device

Hi @carlocaione,

You are correct, the required USB clocks are not enabled using ConfigTools. If they were, their respective code would be present on the BOARD_InitBootClocks() routine on the very top of the main function. However, the clocks for our USB example codes are initialized later on the execution. In this case, they get initialized during the APPInit() routine, using a function called USB_DeviceClockInit(). Please look into this function and let me know if you have further inquiries about this topic.

BR,
Edwin.

标记 (1)
无评分
版本历史
最后更新:
‎11-21-2025 10:54 PM
更新人: