Bare Metal eclipse project for olimexino-stm32

Started by storfoten, September 20, 2017, 02:55:29 PM

Previous topic - Next topic

storfoten

Hi,

I'm looking for a working eclipse project that has set up all I/O:s and read/set I/O:s. Without any maple stuff, just bare ST lib.

Anyone have pointers?

Regards
Eric

JohnS

There may be some for other STM32 boards and each chip is quite alike.  google/bing should find them.

John

ciprian.salageanu


Hi,

Take a look at this repository. Hope will be useful.

https://bitbucket.org/csalageanu/temperature_monitor_embedded/src


It is not an eclipse project but it is compiled using GNU toolchain. The IDE is VisualGDB. They also provides Prebuilt GNU Toolchains for Windows but I don't know how complicate is to use provided toolchain with Eclipse.

https://visualgdb.com/?features=embedded


Hope this helps.