Skip to main content
ericlarson9
Associate
June 9, 2009
Question

ST32F101RB hello world software

  • June 9, 2009
  • 11 replies
  • 1703 views
Posted on June 09, 2009 at 07:11

ST32F101RB hello world software

    This topic has been closed for replies.

    11 replies

    alex8
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:13

    Okay, here's a simple example...

    It's quite ugly and I'm a little embarrassed to post it. But it may save someone some time.

    Unfortunately it's using the Fwlib v2. In my working code, I replaced a lot of the library functions with direct writes thru pointers. The library seems to do a lot of runtime calcs.. also the Gnu linker links in all functions from a file if one is used.

    In stripping this back for the example, I tried to use the library.. I couldn't get the serial init stuff going so I left my direct writes... sorry, I'll try to fix.

    I've been thinking about coming up with some sort of a howto on this.

    Anyways, what I've got is here:

    http://faveluke.com/interests.html

    On the 2009-6-9 entry, file to download is Blinky0.1.tar.gz.