cancel
Showing results for 
Search instead for 
Did you mean: 

STM3210E-EVAL demo code

unparagoned
Associate II
Posted on May 06, 2011 at 22:35

STM3210E-EVAL demo code

2 REPLIES 2
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 Venmo
Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Evangelist
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...