Skip to content

Boilerplate for USB CDC VCOM serial communication with STM32F411CE-based WeAct Studio Blackpill.

License

Notifications You must be signed in to change notification settings

dadul96/STM32F411CE_WeAct_Blackpill_USB_CDC_Serial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F411CE_WeAct_Blackpill_USB_CDC_Serial

Boilerplate for USB CDC VCOM serial communication with STM32F411CE-based WeAct Studio Blackpill.

Folder Structure

--STM32F411CE_WeAct_Blackpill_USB_CDC_Serial
  |
  |--lib
  |  |
  |  |--usb_serial_lib
  |     |
  |     |- delay.c
  |     |- delay.h
  |     |- usb_serial.c
  |     |- usb_serial.h
  |     |- usbcdc.c
  |     |- usbcdc.h
  |
  |--src
  |   |
  |   |- main.c
  |
  |- platformio.ini

Code Dependency

            [main.c]
               |
               +------------+
               |            |
         [usb_serial.*]     |
               |            |
               |            |
      +---------------------+
      |                     |
      |                     |
  [usbcdc.*]            [delay.*]

Built With

  • PlatformIO IDE - IDE used for programming
  • libopencm3 - Open-source low-level hardware library for ARM Cortex-M microcontrollers

Author

Daniel Duller - dadul96

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

Based on my existing project for the STM32F103CB_Maple_Mini_Clone:

STM32F103CB_Maple_Mini_Clone_USB_CDC_Serial

About

Boilerplate for USB CDC VCOM serial communication with STM32F411CE-based WeAct Studio Blackpill.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages