cancel
Showing results for 
Search instead for 
Did you mean: 

General Programmer Reference Manual for STM32?

Traud.Jason
Associate II
Posted on August 19, 2015 at 21:34

Is there a general programmer reference available for the STM32? For example, basic functions like Delays, Timers, GPIO, PWM, etc?

2 REPLIES 2
Posted on August 19, 2015 at 21:45

ST has Data Manuals, Reference Manuals and Programming Manuals.

The Reference Manual details HOW the the hardware works. The Programming Manual deals more with the core, and is the equivalent to the ARM TRM, and a Flash Programming Manual for certain STM32 products. Joseph Yiu has a really good series of books on the Cortex-Mx parts, which gives a more human perspective to the TRM.

For the Standard Peripheral Libraries there are usually Windows Help files in the root directory of the release.

Peripherals function in materially the same way they have for decades, if you're familiar with micro-processor design and architecture, what you know about others is the basic foundation here.

Geoff Brown's book on the STM32 if definitely worth a review.

http://www.cs.indiana.edu/~geobrown/book.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Amel NASRI
ST Employee
Posted on August 20, 2015 at 11:07

Hi traud.jason,

Besides to the documents mentioned by Clive1, I add the user manuals that may help you to deal with Cube solution for example.

If you are using STM32F4, you find a set of user manuals related to STM32CubeF4 in

http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897/PF259243

.

-Mayla-

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.