[size=3]{:1_143:}Thank you for your support of the Development Board Mobile Station! ! ! Currently, the Development Board Mobile Station has 66 development boards, and everyone is welcome to borrow th...
[i=s] This post was last edited by dontium on 2015-1-23 11:41 [/i] [url]ti..//lit/sl/zhcy028/zhcy028.pdf?keyMatch=LED%E7%85%A7%E6%98%8E%E9%A9%B1%E5%8A%A8/%E7%B3%BB%E7%BB%9F%E8%A7%A3%E5%86%B3%E6%96%B9%...
I have been thinking for a long time but I still can't figure out how the high-frequency frequency meter collects signals 3 times in 1 second (written in C comments)...
Shenzhen Jinghua Digital, a digital manufacturer, recently launched a car-mounted GPS satellite positioning system, Jinghua PMP-5000 . This Jinghua PMP-5000 is different from previous car-mounted navi...
CC2640R2F-Q1 Automotive-Qualified SimpleLink 32-bit Arm Cortex-M3 Bluetooth Low Energy Wireless MCU
The automotive industry is undergoing a major transformation to meet consumers’ desire to replace ca...
I have completed the transplantation of UC/OS on Atmel's AT91SAM7X chip, but there are some problems in transplanting UC/IP on UC/OS. I wonder if anyone has done this before. At present, we have a GPR...
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[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]
Since the first draft of the 5G
NR standard was officially launched at
the end of 2017
, the
5G
commercialization process has taken a substantial step forward. From that moment on, mo...[Details]
The photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[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]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
According to MEMS Consulting, single-chip radar system-on-chip (SoC) is becoming one of the most popular new sensors . Its widespread adoption in automobiles has greatly increased sales, thereby pr...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[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]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]