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
- Host: GitHub
- URL: https://github.com/embeddedcrab/xmc4500_freertos
- Owner: embeddedcrab
- Created: 2019-02-24T16:21:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T09:38:32.000Z (over 5 years ago)
- Last Synced: 2025-01-17T13:50:57.794Z (over 1 year ago)
- Topics: cortex-m4-freertos, cpp, cpp-interface, freertos, xmc4500, xmc4500-relaxkit
- Language: C
- Homepage:
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!