#include
#include
#define uchar unsigned char
#define uint unsigned int
//Port definition;
sbit DS = P1^0;
sbit OE = P1^1;
sbit ST_CP = P1^2;
sbit SH_CP
sbit MR = P1^4;
uchar time=0;
uchar flag=0;
void delayS(uchar ms)
{
uchar x,y;
for(x=ms;x--;x>0 )
}
static void timer0_initialize(void)
{
}
[page]
//Function declaration;
void HC595_CD(uint Value); //595 driver function;
void main()
{
uint i = 0;
//P2=tableLie[0];
//HC595_CD(tableHng[0]);
//uint Value;
//P2=0xfd;
//Value = 0x01;
//HC595_CD(Value);
timer0_initialize( );
while(1)
{
{
HC595_CD(tableHng[i]);
}
{
HC595_CD(table1[i]);
}
{
HC595_CD(table2[i]);
}
{
HC595_CD(table3[i]);
}
{
HC595_CD(table4[i]);
}
{
HC595_CD(table5[i]);
}
{
HC595_CD(table6[i]);
}
{
HC595_CD(table7[i]);
}
{
HC595_CD(table8[i]);
}
{
HC595_CD(table9[i]);
}
}
}
static void timer0_isr(void) interrupt 1 //Avoid the delay function in the timer to avoid errors
{
time++;
TR0=0;
TL0=(0X78);
TH0=(0X0C);
TR0=1;
if(time==50)
{
}
}
//74HC595 driver function;
//Function: output the input data to the corresponding pin;
//Input function: Value
void HC595_CD(uint Value)
{
uint
OE = 1; //Chip output off;
MR = 0; //IC reset;
MR = 1; //Reset end;
for(i = 0; i < 8; i++) //Transmit 8-bit data;
{
DS = Value&0x01; //Parallel data to serial;
SH_CP = 0; //Shift register clock is 0;
ST_CP = 0; //Storage register clock is 0;
_nop_();
_nop_();
_nop_(); //Short delay;
_nop_();
Value >>= 1; //Data shift;
SH_CP = 1; //Generate shift pulse;
ST_CP = 1;
}
OE
}
Previous article:Realization of Downhole Data Acquisition and Transmission System for Ultrasonic Well Logging
Next article:AD9850 driver (serial driver)
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Has anyone designed this power supply?
- Can someone please help me derive this formula?
- Let’s take a look at how this overvoltage protection circuit can be optimized?
- DE1-SOC development board sets the network port IP to static (fixed) IP
- ST releases the world's first LoRa SoC microcontroller STM32WL
- Today at 10:00 AM, live broadcast with prizes: TI's new generation of integrated PA Zigbee 3.0 and multi-protocol solutions
- PIR sensor module manufacturers
- Inverter and Motor Control
- Starting from the end of this year, you will not be able to buy 2G data cards
- [Artry AT32F421 Review] Power Supply --- Settings