Guozhi Technology's class schedule for September and October 2006 ( DSP , Linux + ARM , FPGA / CPLD , VxWorks , high-speed digital circuits)DSP ( 280x ) Engineer Training CourseCourse start time : Sep...
I want to compile a debuggable kernel with breakpoints and I have selected the following two items: enable kitl enable kernel debugger + debug in Settings and I have selected Debug in the drop-down li...
[align=left][size=3][color=#000000]1. General framework: realize the communication between the MCU and the PC. [/color][/size][/align][align=left][size=3][color=#000000] The PC (USB interface) sends c...
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]
I slightly changed the lyrics of Yu Quan's song "Running", which seems to be
a reflection of the current state of
Huawei Cloud
. At the annual Huawei Analyst Conference held on April 17,
Zh...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
Ouster LiDAR OS-1 (left) and OS-2 (center) Velodyne invented the modern 3D LiDAR scanner in the mid-2000s, but in recent years conventional wisdom has held that Velodyne’s design — 64 lasers mounted...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]
Table of contents: 1 Overview 2: Common interrupt functions 3: PWM output 1 Overview In development, timers are widely used, which can be simply summarized into three aspects: 1.1: Application of ...[Details]
Since 2018, the field of artificial intelligence chips has been very lively. Especially in China, the rich vertical application scenarios have provided fertile ground for the development of AI chip...[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]
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
Recently, the Ericsson Mobility Report pointed out that
5G
is expected to be deployed first in dense urban areas to support eMBB (enhanced mobile broadband) services. The report predicts th...[Details]
This article will introduce how to make an electronic keyboard using SPCE061A, and provide source code. If you have an experiment box from Lingyang University, it will be easy to complete, just a mat...[Details]
In 2018, the hottest trend is still
artificial intelligence
.
The craze for
artificial intelligence
has swept all walks of life, whether it is the Internet of Things, smart hardware,...[Details]
*=========================================================== 20x4 character LCD main program, compilation software (I CC AVR_6.31) CPU internal crystal oscillator 8M data line B0~B7 connects PORTB, E...[Details]