An open API service indexing awesome lists of open source software.

https://github.com/embeddedcrab/xmc4500_freertos

This repo contains FreeRTOS projects done on XMC4500 Relax Kit using C/C++ containing RTOS usage, peripherals stack etc
https://github.com/embeddedcrab/xmc4500_freertos

cortex-m4-freertos cpp cpp-interface freertos xmc4500 xmc4500-relaxkit

Last synced: about 2 months ago
JSON representation

This repo contains FreeRTOS projects done on XMC4500 Relax Kit using C/C++ containing RTOS usage, peripherals stack etc

Awesome Lists containing this project

README

          

# XMC4500_FreeRTOS and Peripherals Stack
This repo contains FreeRTOS projects done on XMC4500 Relax Kit

You will gain following forom this repository:
1. Simple LED blinking task creation using C++ [check ]

2. Conversion of peripheral APIs into C++ [check ]
File Structure goes like this:
a. cfg contains configurations for peripherals and ISR entries
b. inc contains api function declarations
c. src contains API function definitions and ISR handlers

3. Multiple peripherals stack & usage in application [check ]

Happy to Help and Share 😊

Cheers!!