Olimex Support Forum

DUINO => MAPLE => Topic started by: storfoten on September 20, 2017, 02:55:29 PM

Title: Bare Metal eclipse project for olimexino-stm32
Post by: storfoten on September 20, 2017, 02:55:29 PM
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
Title: Re: Bare Metal eclipse project for olimexino-stm32
Post by: JohnS on September 21, 2017, 04:55:45 PM
There may be some for other STM32 boards and each chip is quite alike.  google/bing should find them.

John
Title: Re: Bare Metal eclipse project for olimexino-stm32
Post by: ciprian.salageanu on November 26, 2017, 12:58:18 PM

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 (https://visualgdb.com/?features=embedded)


Hope this helps.