Skip to main content
unparagoned
Associate II
May 6, 2011
Question

STM3210E-EVAL demo code

  • May 6, 2011
  • 2 replies
  • 557 views
Posted on May 06, 2011 at 22:35

STM3210E-EVAL demo code

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    May 17, 2011
    Posted on May 17, 2011 at 14:34

    Also with the microchip PIC I was able to do everything I wanted just from reading the datasheet. Is there an equivalent for the SMT32 chips? Or do you just use libaries for everything?

     

    Sure the

    http://www.st.com/stonline/products/literature/rm/13902.pdf

    covers the peripheral registers in detail. You can program the device at the bit level if you choose, but the library improves coding efficiency, readability and portability.

    http://www.st.com/stonline/products/literature/rm/13902.pdf

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Andrew Neil
    Super User
    May 17, 2011
    Posted on May 17, 2011 at 14:34

    ''I'm a relatively new at this stuff. My experience is just with a PIC18F''

     

     

    Look out for seminars & classes - distributors often offer these at low or no cost.

    There are also training providers that run courses...

    eg, see: 

    http://www.keil.com/events/

     

    ''with the microchip PIC I was able to do everything I wanted just from reading the datasheet''

     

     

    It is increasingly common these days that manufacturers (including ST) divide their technical product documentation between a ''datasheet'' and a ''user manual'' (specific names may very):

    • The ''datasheet'' contains only physical specifications - electrical, timing, mechanical dimensions, etc
    • The ''user manual'' contains details about operation, configuration, registers, etc.

    As clive1 says, it is the 

    http://www.st.com/stonline/products/literature/rm/13902.pdf

      that you require...
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.