cancel
Showing results for 
Search instead for 
Did you mean: 

Is There any Tutorials for Eclipse (for: UART, SPI, Analog, SD Card)

fmm220
Associate
Posted on October 03, 2013 at 10:07

Hi Gents,

I am new to STM32 Discovery, and I am asked to do a project using Eclipse:

- Is the codes and tutorials for IAR IDE compatible with Eclipse?

- I need to read from sensors using Analog, UART & SPI, then I need to log data to SD card, so is there any useful tutorials?

Regards ...

#uart-spi-analog-sd-card
1 REPLY 1
Posted on October 03, 2013 at 14:01

What does Google show for Eclipse tutorials?

As your likely using GNU/GCC the examples tailored to RiDE or Atollic are a better direct fit. Examples from Keil or IAR should be pretty portable too, you're just likely to encounter some slight issues with syntax, extensions which can be fixed by knowing the GNU/GCC equivalents.

The firmware libraries has a lot of examples, they tend to be more free standing so you'll have to integrate multiple functionalities. Some of the platform build demos have more integration.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..