2017-06-06 09:16 AM
which is the best book available to learn everything about stm32f0xx micro controller
2017-06-07 06:54 PM
Hey!
Take a break, make yourself some good coffee.
Only after that.....
Open the ref manual you've downloaded,
Take a quick view on something like clock tree or clock distribution diagram in the ref manual.
If you are still confused, S
tart another thread.
2017-06-07 09:02 PM
u r right
2017-06-08 03:47 AM
I cannot recommend The Definitve Guide series more, which go deep into Cortex-M internals. If you want something beginner to intermediate and hands-on, check out
https://leanpub.com/mastering-stm32
ebook. While it is targeted to STM32F4 and CubeMX, downscaling to F0/L0 series should be more or less straightforward from my experience.That said, given the possibilities, I would consider starting development using some Cortex-M4 board, F4Discovery or F446 Nucleo, for example. The F4s have more memory and less surprises for a beginner. Don't get me wrong, F0 is fine for many final applications, but has more limited resources. This is more a personal opinion than a requirement, others may disagree.
Ah, make sure to check this out:
.2017-06-08 04:40 AM
Don't get me wrong, F0 is fine for many final applications, but has more limited resources.
Commercial users tend to see this different.
Most often 'As much as necessary, and as cheap as possible'.
No Featuritis ...
2017-06-08 05:28 AM
You quoted my saying 'F0 is fine for final applications'. We are discussing about helping beginner learn. Am I missing something?
2017-06-08 05:40 AM
First, M0/M0+ devices have a definitive share in business, I guess larger (in numbers sold) than the M4 and M7.
And second, I would not really recommend to start with the more/most complex examples.
I got into the MCU business with simple 8051 and Z8 cores - many design concepts have not changed since then.
The OP explicitly asked for M0 ...