Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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*.