Skip to main content
edisonthk
Visitor II
March 30, 2013
Question

Beginner there is any pdf reference about stm32

  • March 30, 2013
  • 1 reply
  • 631 views
Posted on March 30, 2013 at 09:21

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 

http://www.atmel.com/Images/Atmel-8271-8-bit-AVR-Microcontroller-ATmega48A-48PA-88A-88PA-168A-168PA-328-328P_datasheet.pdf

Right now, I want to begin to program STM32F0 discovery so, where can I found such reference for STM32f0 discovery?

#beginner
    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    March 30, 2013
    Posted on March 30, 2013 at 14:26

    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/st-web-ui/static/active/en/resource/technical/document/reference_manual/DM00031936.pdf

    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

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..