2014-04-27 11:19 PM
Hello there,
I was looking for the STM32F103RB datasheet but all i found is some 105 pages truncated document with only overview of the device. I was looking for something more like 1005 pages. I looked deeper into the site and noticed all documentation look like this. Could I please get some hint where can i find a full documentation with registers, timers bootloader etc descriptions? I would really aprichiate any help.2014-04-28 12:07 AM
ST roughly follows the 3-document scheme, a practice introduced perhaps by Intel some three decades ago with the 8048/8051: a ''software architecture'' document, describing the processor core, here represented by PM0056 (and by the original ARM Cortex-Mx documentation); a ''user (reference) manual'' describing the binding of peripherals to the core from programmer point of view, here RM0008; and ''datasheet'', roughly outlining functionality and differences between particular models of a line, and focusing on electrical and mechanical parameters - that's the document you already have.
JW2014-04-28 06:58 AM
Google your device
https://www.google.com/search?q=STM32F103RB
, go to the ST pages for it, and select thehttp://www.st.com/web/catalog/mmc/FM141/SC1169/SS1031/LN1565/PF164487
tab, under which you should find a whole collection of documentation for the part, including the Reference and Programming Manuals.