[i=s]This post was last edited by hejunpeng on 2017-6-18 22:18[/i] [align=center][font=微软雅黑][size=5][color=deepskyblue][b]NUCLEO-L452RE Evaluation Board Quick Start Guide[/b][/color][/size][/font][/al...
The information age is inseparable from electronic devices. With the rapid development of electronic technology, the types of electronic devices are increasing day by day, and their relationship with ...
I received a call early in the morning saying that the shell had arrived in Daxing and I had to trouble Brother Kai to pick it up.I'll post pictures when I get it back.It is the simplest portable flas...
It has been a while since I received the sensorTile. Everyone on the forum has posted their unboxing posts. There are already a lot of hardware, so I won’t post them here and will focus on software de...
[color=#222222][backcolor=rgb(238, 238, 238)][font=sans-serif] There is a row of navigation buttons at the top of the CCS interface, which can control the interface to jump forward and backward (the g...
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[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]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
Autonomous driving
and
5G
are the two hot topics that global companies and media are paying the most attention to, and the combination of the two is the focus of everyone's attention....[Details]
When Amazon quietly launched a product called Elastic Computing Cloud 12 years ago, the Internet industry in China, across the ocean, also ushered in an unprecedented development opportunity. Let's...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[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]
In the 80C51 single-chip microcomputer, the clock frequency is known to be 6MHz. Please program P1.0 and P1.1 to output square waves with periods of 2s and 0.5s respectively. Please give the answer a...[Details]
Design a second and minute pulse generator for a single-chip microcomputer using the interrupt method. Assume that P1.0 generates a positive pulse of one machine cycle per second, and P1.1 generates ...[Details]
(1) JTAG is a communication standard used for real-time and fast communication between computers and microcontrollers. The JTAG function of AVR (only available on some models) makes AVR debugging ver...[Details]