I always thought that the comparison timer of the microcontroller was not enough, and I wanted to use 149 to control 10 PWM outputs. Later, I learned that the PCA9685 module was good, but there was ve...
The header file of IAR environment has serious duplication of definitions. Maybe the original intention was to make it easier to use, but it is really ugly. It took me a long time to understand it. Th...
Hey guys, for the GD32L233C-START evaluation board, has anyone used J-Link to burn and debug programs (SWD)? I'd like to ask if you have encountered the error "Cannot Load Flash Programming Algorighm!...
[i=s]This post was last edited by cardin6 on 2016-4-24 20:40[/i] After almost two weeks of waiting, I finally finished the painting. The scale is 1:35. The main parts of the Tamiya panels have been de...
Kickstarter is crowdfunding a micro:bit bipedal robot, which is very interesting.[img=600,600]http://www.micropython.org.cn/bbs/data/attachment/forum/201812/11/093321osmv9vvivduvhvzs.jpg[/img] [img=60...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[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]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
While imaging industry experts know that Apple has designed a complex 3D camera for its iPhone X, called "TrueDepth," most of the details of the 3D system inside the module, including chips, componen...[Details]
volatile unsigned int ad_value ; int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Clock source: AD internal clock and divide...[Details]
With the development of human society, people's travel needs are increasing, the number of cars is also increasing, the resulting air pollution problem is becoming more and more serious, and the sa...[Details]
The chip is EM78P153 P64, P65 is connected to the crystal oscillator, the oscillation mode is 4MHz crystal oscillator watchdog gate, the instruction cycle is 2 CLOCK, P63 is the reset pin *****...[Details]