March 28, 2024, 08:34:01 PM

STM32 dev board doubts

Started by TuxD3v, May 10, 2013, 01:28:25 AM

Previous topic - Next topic

TuxD3v

Hi,

can STM32 board be programed in pinguino IDE?

if not what exacly the tools i will need.

Thanks in advance

regards
tux

LubOlimex

Hey tux,

Quotecan STM32 board be programed in pinguino IDE?
No. Pinguino IDE is meant for PIC boards which have a bootloader. Those 5 boards are supported in Pinguino: https://www.olimex.com/Products/Duino/PIC32/.

We have a board that works with IDE similar to Pinguino - OLIMEXINO-STM32: https://www.olimex.com/Products/Duino/STM32/. It is one of our bestsellers and can work with MAPLE IDE: http://leaflabs.com/docs/ide.html (as well it is suitable for stand-alone programming).

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex

TuxD3v

Hi LubOlimex,

can i use another development tools...
I saw in the net some tools for ARM...eclipse+ocd+gcc or someting like that, can i use another development Environment?and it work well?

regards
tux

LubOlimex

Hey TuxD3v,

You can check on our free development suite - OpenODS: https://www.olimex.com/Products/ARM/JTAG/_resources/OpenOCD/ . It is a bit harder to get the initial grasp of the matter to modify the makefiles and the configuration files for your future project; but there are demo projects as a basis and short explanation inside. You will need an Olimex ARM OpenOCD debugger tool to get full advantage of the demos or add own configuration for your OpenOCD supported debugger.

Best regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex