I am a beginner in single-chip microcomputers. I want to use single-chip microcomputers to control the display of segmented LCDs, but I don't know how to choose peripheral circuits and write programs....
I made a UART serial port to network port module circuit diagram and now I would like to share it with you. The finished physical picture: 346172 [/attach] [/align] [align=left] [/align] [align=left] ...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:00[/i] [align=left][color=#000000][b]Huang Zhiwei, University of South China[font=Times New Roman] [/font][/b][b]Summary of components used i...
CCS is an integrated development environment launched by TI for developing DSP chips. It uses a Windows-style interface and integrates editing, compiling, linking, software simulation, hardware debugg...
Disassembling an iPhone in 11 seconds, Liam robot becomes the biggest surprise at Apple's press conference : https://training.eeworld.com.cn/course/3581At the Apple conference a few days ago, in addit...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[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]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[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]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]
HT47 Timer Application include ht47c20.inc data .section 'data' int_count db ? io_count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch reti org 10h jmp...[Details]
The software supports almost all existing AVR series Support AT90S1200, AT90S2313, AT90S2323, AT90S2343, AT90S4414, AT90S4434, AT90S8515, AT90S8535 Flash m IC ro Support AT90S2323, AT90S2343, AT90S2...[Details]
You can use AVR Studio 4.0 or higher to control STK500 and JTAG IC E, select STK500 or AVRISP and Auto or specific COM? port to connect, click the icon marked with Con in front of the icon in the a...[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]
The multi-function acquisition and display platform will control the display of TFTLCD through the FSMC interface of STM32, so this section is divided into two parts, introducing TFTLCD and FSMC resp...[Details]
STM8S provides three types of TIM timers: advanced control type (TIM1), general type (TIM2/TIM3/TIM5) and basic timer (TIM4/TIM6). Although they have different functions, they are all based on a comm...[Details]