Job Recruitment Website - Job seeking and recruitment - Learning single chip microcomputer

Learning single chip microcomputer

You are working on the computer on the first floor, right? The software development of computer is different from that of single chip microcomputer.

If the landlord wants to be a single chip microcomputer, he must first learn electronic technology well. Because the single chip microcomputer is closely related to the hardware circuit, if the circuit is slightly changed, your program may be completely changed.

Secondly, you must first learn the basic theory of your single chip microcomputer, such as timer, interrupt, serial communication and so on.

To learn MCU programming, we must first remember the assembly instructions of MCU (all kinds of MCU assembly instructions are different, even more different from computer assembly). You should not be talking about kile C, but keil, a software that supports 5 1 series single chip microcomputer (also supports 32-bit ARM), which can compile 5 1 assembly files and C files, and can be connected to a simulator to simulate a hardware circuit board. There is also the WAVE software of Nanjing Fu Wei Company, which can also compile 5 1 assembly and C files.