Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/stm32f3-disco
An STM32F3-Discovery evaluation project
https://github.com/sunsided/stm32f3-disco
c embedded stm32f3
Last synced: 14 days ago
JSON representation
An STM32F3-Discovery evaluation project
- Host: GitHub
- URL: https://github.com/sunsided/stm32f3-disco
- Owner: sunsided
- Created: 2015-02-21T02:47:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T01:25:21.000Z (almost 10 years ago)
- Last Synced: 2024-11-09T08:17:25.739Z (about 2 months ago)
- Topics: c, embedded, stm32f3
- Language: C
- Size: 1.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# copycat - an STM32F3-Discovery example project
![](doc/images/no.png)
This is an example project for getting used to the STM32F3-Discovery board and STM32F303VCT6 MCU.
## Little Things
### Eclipse
If functions from included headers cannot be found according to GCC, they may be filtered out by Eclipse. In order to re-enable filtered-out source files such as `stm32f30x_adc.c` etc. in the following image
![](doc/images/eclipse-filtered.png)
their *Source Location Filter* needs to be removed from *Project Properties > C/C++ General > Paths and Symbols > Source Location*. There, click *Edit Filter ...* and then *Remove*.