Recent contact with the arm chip, learning conditions from the hardware and software are not available. It's hard to wait for the company to solve the problem, in which I basically give up the last fantasy of the company. I think that if you want to master what skills or to contact a little more interesting things, still have to test themselves to invest, efforts. Often, a similar learning infrastructure can be solved on Taobao.
Bought the development Board, and found the Keil trial version. The next step is to start digging for the knowledge gold. From the simplest start, create a simple project.
In general, similar work I walked out of a relatively familiar route. That is to do with the IDE first, and then consider the command line to implement the IDE has realized the functionality of automation, and finally on the basis of the IDE to expand. The following is a simple way to create a stm32f429 software engineering using Keil:
1. Start the IDE and select Create feature under the Project menu:
2, select the location where the project will be created, enter the project name
3, after saving, in the pop-up interface to select the appropriate chip model after click to confirm
4, select the driver you are going to use in the pop-up screen (this part can also skip, post-configuration)
5, so that a software engineering is created to complete
6, if the software engineering is to increase or decrease a main function, then the software engineering can be compiled link. Once added, the compilation effect is as follows: