Skip to content

This is a C template for the STM32G474 and the use of FreeRTOS.

License

Notifications You must be signed in to change notification settings

nikolai2111/STM32G474_FreeRTOS_Template

Repository files navigation

STM32G474_FreeRTOS_Template

1. Content

2. Description

This is a C template for the STM32G474 and the use of FreeRTOS. It also includes some basic wrappers to use FreeRTOS with C++, these wrappers are the reason for the main.cpp file.

I like the STM32G474 because of its versatility and its hardware integrated into the MCU. FreeRTOS is also a very versatile kernel that I also like for its simplicity. So I combined the two in one template. This way I don't have to copy and paste the project or files.

I had a little help from another embedded developer with a problem about using the two malloc functions, one from newlib and one from FreeRTOS. I asked him if it was ok if I put the code on Git, so no worries.

3. Usage

To make optimal use of this repository, it is easiest to fork this repository. You can then use the repository as a template for other projects on GitHub. To do this, you can simply select it from the repository template drop-down when you create a new repository.

4. Support

5. License

Software - MIT

6. Project status

The project is completed.

About

This is a C template for the STM32G474 and the use of FreeRTOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages