Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgecatalin/freertos_from_ground_up_on_arm_processors
Foundations of real-time systems and how to build real-time applications using FreeRTOS
https://github.com/georgecatalin/freertos_from_ground_up_on_arm_processors
bare-metal-programming cprogramming cprogramming-language freertos stm32 stm32cubeide stm32cubemx
Last synced: 4 days ago
JSON representation
Foundations of real-time systems and how to build real-time applications using FreeRTOS
- Host: GitHub
- URL: https://github.com/georgecatalin/freertos_from_ground_up_on_arm_processors
- Owner: georgecatalin
- Created: 2023-07-17T11:31:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T12:38:31.000Z (over 1 year ago)
- Last Synced: 2023-08-09T12:40:24.089Z (over 1 year ago)
- Topics: bare-metal-programming, cprogramming, cprogramming-language, freertos, stm32, stm32cubeide, stm32cubemx
- Language: C
- Homepage:
- Size: 27.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeRTOS From Ground Up on ARM Processors
Foundations of real-time systems and how to build real-time applications using FreeRTOS## Summary
The content within this repository is my own work produced as a result of completing the course "FreeRTOS From Ground Up on ARM Processors" , authored by Israel Gbati.
* https://www.udemy.com/course/freertos-on-arm-processors/learn/lecture/26149444The source code is tested on STM32 Nucleo 144 family boards.
* https://www.st.com/en/evaluation-tools/nucleo-f429zi.html### IDE used
STM32CubeIDE - https://www.st.com/en/development-tools/stm32cubeide.html### Description
![Course Synapsis](2023-07-25_15-13-39.png)> This course teaches you the foundations of real-time systems and how to build real-time applications using FreeRTOS ,one of the most popular real-time operating systems for embedded systems.
>
> By the end of this course you should be able to build your own multitask FreeRTOS real-time applications which use all the features of a modern real-time application (such as semaphores, mutexes, event flags, hooks, queues, mailboxes etc )and test their performance.### About me
* George Calin
* george.calin [at] gmail.com
* LinkedIn: https://www.linkedin.com/in/cgeorge1978/