Software packages and components in Keil MDK development tool Version 5 : https://training.eeworld.com.cn/course/2206This tutorial video introduces the software packages and components in the ARM Keil...
:Mad:[font=微软雅黑][size=3]PI InnoSwitch-EP is a highly integrated offline constant voltage/constant current (CV/CC) flyback switcher IC: it integrates MOSFET, synchronous rectification and feedback func...
[i=s]This post was last edited by Digital Leaf on 2021-5-16 21:18[/i]When I was chatting with nmg before, I mentioned that this board already supports irda infrared communication, but I checked it thr...
[i=s]This post was last edited by Tobey on 2017-5-7 12:56[/i] Conditions: STM32F407 KEIL5.20 RA8875 STemwin532 Phenomenon: Directly using RA8875 to drive screen refresh and line drawing are all normal...
RegisterDirection register PxDIRspecifies the IO port output/input, 0: input 1: output
PxDIR = BIT0;PxDIR = 0x01; //The two forms are equivalent, define Px.0 as output;the output register PxOUTspecifi...
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
In the packaging process of a production line, every time the conveyor belt of the production line delivers a product to the packaging machine, the "SP" terminal outputs a pulse to the T1 terminal of...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]
In 2014, the production and sales of new energy vehicles in China exceeded 80,000 units, and the development trend is encouraging. In order to enable new energy enthusiasts and junior R&D personnel t...[Details]