Skip to content

EFM32GG demo project that enumerates as an USB CDC device and transfers data between USB and RTT.

Notifications You must be signed in to change notification settings

arturlangner/EFM32_USB_CDC_makefile_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFM32GG Makefile project

This is a demo project for EFM32 Giant Gecko. The chip enumerates as USB CDC (virtual serial port). Data sent over the USB serial port is sent to RTT debug console and data from the RTT debug console is sent back over USB. This project is fully standalone, can be compiled without Simplicity Studio, just type make.

Features and components:

  • Build system based on boilermake
  • Linker script
  • Startup code
  • Header files
  • CMSIS headers
  • emlib (peripherals library)
  • emdrv (peripherals library)
  • usb_gecko (peripherals library)
  • SEGGER RTT

More information

About

EFM32GG demo project that enumerates as an USB CDC device and transfers data between USB and RTT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages