USB CDC using cubeMX and Keil IDE and C99 compiler is that even possible?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-19 5:36 AM
Posted on January 19, 2017 at 14:36
CubeMX provides a library for using CDC but its not very clear and also i couldn't find any good descriptions of functions and what they are supposed to do so can anyone point me to a good tutorial i'll be glad
#usb_cdc #cube-mx #stm32 #stm32f4-discovery #keil-uvisionSolved! Go to Solution.
Labels:
- Labels:
-
Keil
-
STM32CubeMX
-
STM32F4 Series
-
USB
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-19 7:58 AM
Posted on January 19, 2017 at 16:58
Hi
mparchin
,- I recommend you to have a look to the
user manual for
more details about the STM32Cube USB Device library - also you can find example under the STM32F4 firmware package :STM32Cube_FW_F4_V1.0\Projects\STM324x9I_EVAL\Applications\USB_Device\CDC_Standalone
-Nesrine-
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-19 7:58 AM
Posted on January 19, 2017 at 16:58
Hi
mparchin
,- I recommend you to have a look to the
user manual for
more details about the STM32Cube USB Device library - also you can find example under the STM32F4 firmware package :STM32Cube_FW_F4_V1.0\Projects\STM324x9I_EVAL\Applications\USB_Device\CDC_Standalone
-Nesrine-
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-01-22 7:05 AM
Posted on January 22, 2017 at 15:05
Thanks that helped a lot
