https://github.com/embeddedcrab/stm32f429_disco_touch
This repository showcases STM TouchGFX and other applications using FreeRTOS in C/C++.
https://github.com/embeddedcrab/stm32f429_disco_touch
embedded-cpp freertos freertos-task logger-interface rtos stm32f4-discovery touchgfx
Last synced: 3 months ago
JSON representation
This repository showcases STM TouchGFX and other applications using FreeRTOS in C/C++.
- Host: GitHub
- URL: https://github.com/embeddedcrab/stm32f429_disco_touch
- Owner: embeddedcrab
- Created: 2020-09-03T17:53:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T05:36:33.000Z (about 4 years ago)
- Last Synced: 2024-11-16T20:34:49.202Z (5 months ago)
- Topics: embedded-cpp, freertos, freertos-task, logger-interface, rtos, stm32f4-discovery, touchgfx
- Language: C++
- Homepage:
- Size: 44.5 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TouchGFX application with Logger on STM32F429 Disco Board
This project includes TouchGFX application and Logger fucntionality using FreeRTOS Utilities.
#### * GUI application code base has been generated using STM TouchGFX software and further updations has been done according to application. *
GUI applications contains following:
1. Start screen with an Analog Clock to show time
2. Home screen with a wallpaper and a Digital clock> User can swicth between two screens using touch buttons available on screen or using the sliding gesture.
Others tasks which application is doing are as follows:
1. Led blinking
2. Logging activities using Logger class which uses UART in DMA mode to transmit data
3. Logging Test tasks which tests the Logger functionality with other running tasksAs TouchGFX code uses FreeRTOS as RTOS platform other activities are also based on RTOS platform.
What you can learn out of it?? Follow through:
1. Creating GUI tasks using TouchGFX and updating it according to custom application
2. Creating project in C++ environment using FreeRTOS Utilities
3. Synchronizing multiple tasks to build an RTOS based applicationetc..
Using C++ class function in C source document -> https://github.com/embeddedcrab/STM32F429_Disco/blob/master/Using_C%2B%2B_ClassFunction_in%20_C.pdf
Video Link -> https://github.com/embeddedcrab/STM32F429_Disco/blob/master/VID_20200609_124605.mp4Explore for more, you might find your needed stuff!
Happy to Help and Share 😊
Cheers!