[i=s]This post was last edited by RCSN on 2020-5-15 22:25[/i]Espressif has released this wireless MCU with USB - ESP32S2 for a while, and the author wanted to use this new product to develop a USB-rel...
If the design is a little complicated, then too much attention to the underlying details will become a burden. Imagine that we usually write C programs on the computer. For example, to output a line o...
[size=4]/*Timer output unit example:[/size] [size=4]ACLK clock frequency is LFXT1=32768Hz, use Timer_A to output a PWM wave with a period of 512/32768[/size] [size=4]=15.625ms, and a duty cycle of 75%...
During normal program execution, the value of the program counter register (PC) increases by 4 bytes for each ARM instruction executed; the value of the program counter register (PC) increases by 2 by...
I want to learn about RAM recently. I have been using 51 before. I can’t say I am proficient in it, but at least I am familiar with its basic principles and applications.I want to buy a development bo...
[size=5]As shown in the figure, the phenomenon occurs during debugging, the green DebugBreak on the right, and the blue part below Program exit reached. Has anyone encountered this before? How to solv...