Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- flutter tcpip server
- ListView.build
- showDialog
- peaks
- c
- dart:io
- debugShowCheckedModeBanner
- Listview filtering
- Properties.Settings.Default
- TCPIP
- flutter tcpip client
- ubuntu 19 한글 입력
- Server
- AlertDialog
- flutter button
- debug banner
- array
- flutter
Archives
- Today
- Total
Louie De Janeiru
STM32F CDC driver 본문
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 |