2013-03-30 01:21 AM
I have experienced with AVR MCU-8bits programs. When I was begin to AVR MCU, there is an official reference that prepared by Atmel itself for developer to understand what register should be initialed in order to have Timer, USART functions and explain what uses of each bit for register. Here is
Right now, I want to begin to program STM32F0 discovery so, where can I found such reference for STM32f0 discovery?
#beginner2013-03-30 06:26 AM
Perhaps you've graduated to the point where you could use the Reference Manual, or beyond bit level register minutia where the Firmware Library abstraction might be the way to go. For the core processor (Cortex-M0), I might recommend ARM's Reference Manuals for the core, and Joseph Yiu's book on the M0.
http://www.st.com/web/en/catalog/tools/FM116/SC959/SS1532/PF253215
http://www.amazon.com/Definitive-Guide-ARM-Cortex-M0/dp/0123854776
http://www.arm.com/products/processors/cortex-m/cortex-m0.php
http://infocenter.arm.com/help/topic/com.arm.doc.ddi0432c/DDI0432C_cortex_m0_r0p0_trm.pdf