Ⅰ , overview
The article is for those who are learning St chip development, English bad and want to lazy people.
The main purpose of this article is to remind you: to learn a technology is to be willing to spend Kung fu, shortcut is you in the beginning and end of the continuous exploration, the final summary of a suitable for their own road.
The following I will be related to search, find methods to teach you, and finally will put the relevant information in the end, the details please look down.
based on the principle of free sharing, easy to learn knowledge of mobile phones, regularly share technical knowledge on the platform. If you feel that the content you share is useful to you, and if you want to learn more about it, please use the search "embedddeveloper" or scan the QR code below and follow There will be more exciting content waiting for you.
Ⅱ, about Find
1. About Baidu Search
I am a beginner when I like to use Baidu to search, but the results are a variety of search, do not know is right is wrong, the focus is what. I also do not oppose the use of Baidu Search St chip development related knowledge, because St in the Chinese market share is indeed a bit high, the relevant information also has a lot. However, read the book is not as far as the road, Baidu search out a lot of documents, the accuracy of the final data or need to verify their own.
The summary is: practice is the test of truth standards.
2. About St Website search
For most of the people who want to do technical development, there is a common problem, is that English reading ability is not very good, because the English reading ability of the problems of many have the dream of the entry door shut. I would like to say here, if you are really a dream of people, that difficult to calculate what? Most people have the same problems before they go to success, but they are successful because they have a sustained motivation.
Ⅲ, Find method
"How do I find STM32 development materials?" The author gives the answer is: with their own problems, enter St official website, find relevant content in the search bar, or according to the official website menu Guide to find relevant information.
Why do you want to enter St official website Search, the reason is very simple, do this product company will have more authoritative information. Just like a product specification, only the manufacturer out of the specification is authoritative, other users will be more than manufacturers know this product.
The author is also a person who does not have a cold in English, because the use for a long time, find information to feel very easy, it is estimated that the reason for the long-life love it (haha ...) )。 So, here is to suggest those poor English friends, some things you do not understand, try to explore some time, you will find in fact very simple.
1.ST Search bar Find
This method is expected to be known, but many people do not take advantage of this function, because this site is in English, need to search English-related information.
Another important reason is that many people don't know how to use keywords to search. The author here is no good way to teach you, according to the author's experience, you as a beginner some things do not know how to search, as far as possible to use simple, relevant keywords, search out to see if there is no want content, if not try to change and then go to search.
Here's a simple example: Search stm32f103 's newest standard peripherals library. Many people here may not know what keywords to use, I tell you, we usually use the library are "STM32F10x.h" you can use a very simple keyword, directly only with "stm32f10x" Search, the results such as:
Obviously the result has appeared (red mark in the picture), I believe we all know that the picture is written in English.
(Note: Because the ST official website Sometimes to update, perhaps you later search results and I now have different places)
2.ST Menu Wizard
For those who do not know how to use the above method of search, this method should be more practical, directly find the chip you use, which lists a lot of relevant information.
Below we search for Stm32f103ze data for example:
Ⅳ, download
Described above how to find the information you want, there are still a lot of people afraid of trouble, therefore, here deliberately collated a short summary of the relevant data download link, I hope it will be useful to you. Because the official website download needs to register the user, also may go to my 360 network disk to download.
1.ST website
Standard peripheral libraries, routines, STM32CUBEMX, etc.:
Http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/ stm32-embedded-software.html?querycriteria=productid=sc961
2.360 Cloud Disk
STM32F0 Common information:
https://yunpan.cn/cS2PVuHn6X2Bj access password 8c37
STM32F1 Common information:
https://yunpan.cn/crBUdUGdYKam2 access password Ca90
STM32F4 Common information:
https://yunpan.cn/cR2pxqF5x2d9c access password 53e7
3.Keil (Mdk-arm) How to use (summary)
See my blog for more articles:
http://blog.csdn.net/ybhuangfugui/article/details/51647893
4.F1 Common Peripheral Articles
Summarize common resources: Basic IO, timer Tim, serial Usart, ADC analog-to-digital conversion, DAC digital-to-analog conversion, SPI serial communication, exit external interrupt, BKP backup data, RTC Alarm systick System Tick, WDG watchdog (standalone + window), DMA transfer data, On-chip flash programming, FSMC read/write external SRAM, external norflash operation, etc.
http://blog.csdn.net/ybhuangfugui/article/details/51492427
Ⅳ, description
About the development of STM32, software compatibility is very good, do not feel that your chip and I summed up the example of the difference does not look, in fact, is the wrong understanding, especially the same series of chips basically the program is compatible, that is, can use each other.
The above summary is for reference only, if has the wrong place, please understanding.
Ⅴ, last
Attention, reply to "more content", will get more content (such as:UCOS instances, etc., constantly updated in ...) )。
If you like what I share, and you want to know more about it, please follow the public number at the beginning of the article, the new content continues to be updated, and more exciting content will appear later.
Read the original
How to find STM32 development materials