This repo contains FreeRTOS projects done on XMC4500 Relax Kit
You will gain following forom this repository:
-
Simple LED blinking task creation using C++ [check <LED_Blinking>]
-
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
-
Multiple peripherals stack & usage in application [check <XMC4500_FreeRTOS_Peripherals/Drivers>]
Happy to Help and Share 😊
Cheers!!