2017-06-06 09:16 AM
which is the best book available to learn everything about stm32f0xx micro controller
2017-06-06 09:21 PM
Hi, Sandeep!
If you want to get a general picture of Cortex M0, the following book is great.
https://www.elsevier.com/books/the-definitive-guide-to-the-arm-cortex-m0/yiu/978-0-12-385477-3
As for everything about stm32f0xx....I'm afraid you're gonna read the reference manual.
Good Luck!
:)
2017-06-07 01:49 AM
OHH!! ----great let me check this book
2017-06-07 02:18 AM
Hi
sandy.sandy
,You have the
STM32F0xxx Cortex-M0 programming manual on ST web, itgives a full description of the STM32 Cortex™-M0 processor programming model, instruction set and core peripherals.Imen
2017-06-07 06:41 AM
let me check that!!!!
2017-06-07 06:52 AM
ST has every thing wow!!!.I m from from AVR background now I decided to be use ARM SO I ordered STM32FO70RBT6 based nucleo development now my question is that ,is there any link on which I get tutorial how to start programming
STM32FO70RBT6
using nucleo board.2017-06-07 08:04 AM
Generally, you just google the name of your dev board, like ''nucleo 32 stm32F103'',
then jump to the product page in st website, such as
http://www.st.com/en/evaluation-tools/nucleo-f103rb.html
then you will see all the docs you need/want to know
like this:
you will do this quite often I guess! Have fun with your nucleo board!
:)
2017-06-07 08:10 AM
Hi
sandy.sandy
,Have a lookto this
page and refer to the reference manual,datasheet,
User manual, application notes for more clarification about your product and peripheral configuration andpins assignment.Regarding the way to start developing your application, you have various choices and a lot resources available:
You have the embedded software to use as
standard peripherals library if you are SPL user or firmware packagewith manyworking examples.I recommend you STM32CubeMx tool (
user Manual) to initialize peripherals that you need and generate your starting project.Hope this bring you some help.
Imen
2017-06-07 08:29 AM
I'd like to add the original source of documentation about Cortex M, ARM.
Checkout the website infocenter <dot> arm <dot> com, and browse for information about the specific core (M0 or M0+ in your case).
You find all the stuff a vendor (like ST) usually omits.
PS: To avoid moderation, I usually don't include links anymore ...
2017-06-07 10:21 AM
u guys are great what a quick response choosing ST ARM is great!!!!
I tried stm32cubeMx before I asked in stm32 community, I was confuse in clock ,setting too many setting in graphical way just make me confuse any solution?????//