Louie De Janeiru

STM32F CDC driver 본문

Utils

STM32F CDC driver

Louiey 2017. 11. 7. 12:05

https://electronics.stackexchange.com/questions/224623/stm32f7-discovery-usb-cdc-using-cubemx


It's a pity that STMicroelectronics does not include clock enable code in their libraries. The solution is to enable USB OTG clock by calling __HAL_RCC_USB_OTG_FS_CLK_ENABLE(); in a MX_USB_DEVICE_Init() routine or before.


해결된다.

'Utils' 카테고리의 다른 글

C-code align via Visual studio  (0) 2018.11.01
VCP Open Error in C#  (0) 2017.11.07
C# using System.Messaging  (0) 2017.11.06
C-code 정렬  (0) 2017.08.25
EXCEL - 다른 sheet에 있는 셀의 값을 평균/MAX/MIN 취하기  (0) 2017.06.29