Jump to content


STM32 Programmer


  • Please log in to reply
3 replies to this topic

#1 amethyst

amethyst

    New Member

  • Members
  • Pip
  • 5 posts
  • Country: flag of India India

Posted 26 November 2010 - 09:47 AM

I am currently working on an academic project where my work is to develop an IMU (AHRS). I am planning to start my work by choosing the same components as the OpenPilot AHRS and then work from there.

1. However, I am unclear as to what programmer / software I will need to use the STM32F102 MCU. Could you help me ?

2. Also, is the OpenPilot AHRS code available for reference ? I tried searching, but was unable to locate it.

Thanks ..

#2 dankers

dankers

    Janitor

  • Administrators
  • 5115 posts
  • Country: flag of Australia Australia


Posted 26 November 2010 - 12:53 PM

Hi,

For something off the shelf buy a Olimex Tiny JTAG programmer. Something like this:

http://www.sparkfun.com/products/8278

You will also need OpenOCD as well.

All the code is in SVN:

svn://svn.openpilot.org/OpenPilot

There is also a web interface here:

http://svn.openpilot...pname=OpenPilot

The AHRS code is under flight/AHRS

#3 amethyst

amethyst

    New Member

  • Members
  • Pip
  • 5 posts
  • Country: flag of India India

Posted 01 December 2010 - 10:45 AM

If I should use the Olimex Tiny JTAG Programmer, I'll need to buy it online.

However, the STX-RLINK programmer is available with some vendor locally. Is there some specific reason I should go for the JTAG programmer and order it online, or will this work just fine ?

STX-RLINK: http://www.st.com/st...7/stx-rlink.htm


View Postdankers, on 26 November 2010 - 12:53 PM, said:

Hi,

For something off the shelf buy a Olimex Tiny JTAG programmer. Something like this:

http://www.sparkfun.com/products/8278

You will also need OpenOCD as well.

All the code is in SVN:

svn://svn.openpilot.org/OpenPilot

There is also a web interface here:

http://svn.openpilot...pname=OpenPilot

The AHRS code is under flight/AHRS


#4 CheBuzz

CheBuzz

    Ex-Member

  • Banned
  • PipPipPip
  • 397 posts
  • Country: flag of United States United States


Posted 01 December 2010 - 11:59 AM

View Postamethyst, on 01 December 2010 - 10:45 AM, said:

If I should use the Olimex Tiny JTAG Programmer, I'll need to buy it online.

However, the STX-RLINK programmer is available with some vendor locally. Is there some specific reason I should go for the JTAG programmer and order it online, or will this work just fine ?

STX-RLINK: http://www.st.com/st...7/stx-rlink.htm
Anything that works with OpenOCD _should_ work just fine.