cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 DISCOVERY

therightinfo
Associate II
Posted on April 30, 2012 at 20:23

Hi all

I just received a STM32 discovery eval board .

I am trying to learn to code new projects with it .

Can you offer me a good book for this ?

Thanks

Elico

#stm32-discovery
6 REPLIES 6
Posted on May 01, 2012 at 13:53

The examples with the firmware library are useful, along with the documentation ARM publishes, and then there is always Google if you want to dig through the assort web tutorials.

Personally, I'd recommend Joseph Yiu's book as a good foundation on the Cortex parts.

http://www.amazon.com/Definitive-Guide-Cortex-M3-Second-Edition/dp/185617963X/ref=sr_1_1?ie=UTF8&qid=1335872840&sr=8-1

It all really depends on what you want from the book.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
therightinfo
Associate II
Posted on May 01, 2012 at 21:49

I am interested in C coding .

I am new to arm .

Elico

Posted on May 01, 2012 at 23:54

I am interested in C coding .  I am new to arm .

 

I think you'll want to decouple those in terms of book choices.

Are you proficient in C on some other platform? If not then perhaps start there, and work through K&R's classic book on the language.

I would generally avoid the GNU/GCC route if you just want to play with examples and not overly steepen the learning curve. Would suggest you download an eval of the Keil or IAR tool chains, you could try Rowley too, but the FW examples aren't tailored to it.

Joseph's book cited earlier is good for understanding the part itself, and augments ARM's technical reference manuals (TRM) on the Cortex-M3.

How much are you looking to invest in books?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
therightinfo
Associate II
Posted on May 03, 2012 at 21:10

The price of a good book is not a problem , as long as it will put me on track as an ARM  micros programmer for real time .

I know the c language real good .

So what book will help me to become good embedded programmer with ARM and KEIL ?

Elico

Andrew Neil
Evangelist
Posted on May 05, 2012 at 16:41

http://www.keil.com/books/

http://www.keil.com/support/man/

http://www.keil.com/appnotes/

http://www.keil.com/download/

http://www.keil.com/events/

You will also need to study the Datasheet and User Manual for the STM32, and the Documentation for the Discovery board...
therightinfo
Associate II
Posted on May 06, 2012 at 23:16

Many thanks

Elico