Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truedat101/stm32f4-discovery-freertos
Automatically exported from code.google.com/p/stm32f4-discovery-freertos
https://github.com/truedat101/stm32f4-discovery-freertos
Last synced: 27 days ago
JSON representation
Automatically exported from code.google.com/p/stm32f4-discovery-freertos
- Host: GitHub
- URL: https://github.com/truedat101/stm32f4-discovery-freertos
- Owner: truedat101
- Created: 2016-02-12T08:43:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T08:43:48.000Z (almost 9 years ago)
- Last Synced: 2024-12-08T05:26:46.609Z (about 1 month ago)
- Language: C
- Size: 794 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
FreeRTOS port for TI Evalbot board
by Francesco GugliuzzaSupported and tested:
- clock from PLL or oscillator
- overclock (to 100 MHz - change SYSCTL_SYSDIV_4 to SYSCTL_SYSDIV_2 in main.c)
- full 96 KB of SRAM
- OLED display
- ethernet (default IP: 192.168.2.77)
- raw LED accessSupported but NOT tested yet (from TI libraries for the Evalbot):
- audio DAC
- I/O (cooked LED and pushbutton access)
- motors
- sensors (bump sensors and wheel encoders)
- sound
- wav decodingNot supported yet:
- microSD
- USB device/host
- UARTRequirements:
- CodeSourcery Sourcery G++ Lite for ARM EABI
- FreeRTOS tree (recommended version 7.0.1)Place files in a directory under FreeRTOS/Demo, change directory to RTOSDemo and compile using make.
If you think you can help with the development, feel free to contact me.