2011-05-06 01:35 PM
STM3210E-EVAL demo code
2011-05-17 05:34 AM
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.pdf2011-05-17 05:34 AM
''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:
''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):
As clive1 says, it is the
that you require...