embeddedcrab / xmc4500_freertos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <LED_Blinking>]

  2. Conversion of peripheral APIs into C++ [check <XMC_UART_C++>] 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 <XMC4500_FreeRTOS_Peripherals/Drivers>]

Happy to Help and Share 😊

Cheers!!

About

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


Languages

Language:C 93.4%Language:C++ 6.1%Language:Assembly 0.4%Language:Pawn 0.1%