2010-11-24 10:43 AM
New to stm32
2011-05-17 05:16 AM
You want
At just over 1000 pages it says 'most everything you need to know. Read this first then look for libs and whatall.2011-05-17 05:16 AM
''how to use the ports , for example GPIOA , how to set pins input , out put , how to read input , how to set output and so.''
These things do not depend on which tools you use - they are the same across all tools The link provided is to theRM0008 Reference Manual for theSTM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx, and STM32F107xx series - it is the definitive reference for the operation of all the peripherals, and includes descriptions of all the registers. If you don't want to deal directly with the registers yourself, then use the Standard Peripheral Library (aka ''firmware library'') - it comes with example projects for all the supported toolchains... Many distributors provide free seminars introducing the STM32 and its development environment; paid courses are also available.
2011-05-17 05:16 AM
I'd also recommend looking over the ARM Cortex-M3 manuals for coverage of the NVIC, and other core registers. Joseph Yiu's books is also a good reference work.
2011-05-17 05:16 AM
Now cross-posted at Keil: