The buttons ID_BTN_CIRCLE and ID_BTN_RANDOM need to use pictures to make CheckBox functions, and determine the selected and unselected states according to two global variables. Then change these two g...
The microcontroller used is MSP430F5438, which is an older one. But it has more serial ports, so I still like it.
When using the SPI hardware interface, initialize the program code:
void halCom3Init(v...
Now the MCU is an STM32 chip, and the GPRS module is a Huawei GTM900. By searching for information, if the protocol stack inside the module is not used, you have to implement the PPP protocol and TCP/...
Yesterday I wrote a program using the firmware library in the CoIDE environment. Today I want to use the method of operating registers and configure registers in the same way as 51 and msp430 microcon...
I found that there are quite a lot of information about S5PV210 on the Internet. I also studied and researched S5PV210 PWM on Baidu. I got this PWM today, so I will report my learning progress to you ...