74HC595 revolving lantern demonstration program

Publisher:陈熙琼Latest update time:2022-12-26 Source: zhihuKeywords:74HC595 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

;================================================

SDATA_595 EQU P1.0; Serial data input

SCLK_595 EQU P1.1; shift clock pulse

RCK_595 EQU P1.2; Output latch control pulse

;================================================

ORG 0000H

LJMP MAIN

ORG 0030H

;================================================

MAIN:

MOV SP,#60H

MOV R0,#0FEH

MAIN1:

CALL OUT_595

CALL DELAY

MOV A,R0

RL A

MOV R0,A

JMP MAIN1

;---------------------------------------------------------------

;Output latch output data subroutine

;---------------------------------------------------------------

OUT_595:

LCALL WR_595

CLR RCK_595

NOP

NOP

SETB RCK_595; rising edge sends data to output latch

NOP

NOP

NOP

CLR RCK_595

RIGHT

;--------------------------------------------------------------

;Shift register receiving data subroutine

;--------------------------------------------------------------

WR_595:

MOV R4,#08H

MOV A,R0

WR_LOOP:

RLC A

MOV SDATA_595,C

SETB SCLK_595; Shift occurs on rising edge

NOP

NOP

CLR SCLK_595

DJNZ R4,WR_LOOP

RIGHT

;--------------------------------------------------------------

;Delay subroutine

;--------------------------------------------------------------

DELAY:

MOV R5,#03H

DEL0:

MOV R6,#0FFH

PART 1:

MOV R7,#0FFH

DJNZ R7,$

DJNZ R6,DEL1

DJNZ R5,DEL0

RIGHT

;---------------------------------------------------------------

END


Keywords:74HC595 Reference address:74HC595 revolving lantern demonstration program

Previous article:LED swimming pool light source program
Next article:Microcontroller development system to learn the principle of LED brightness control

Recommended ReadingLatest update time:2024-11-16 11:48

74HC595 serial-in parallel-out chip application
Hardware Connection: Code: #include reg52.h #include intrins.h #define uint unsigned int #define uchar unsigned char sbit SH_CP = P2^0; sbit DS = P2^1; sbit ST_CP = P2^2; flying temp; uchar code DSY_CODE = {   0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90 }; void Delay(uint x) {   flying i; while(x
[Microcontroller]
74HC595 serial-in parallel-out chip application
STC MCU 74HC595 drives 8 digital tubes
74HC595 drives 8 digital tubes source program: /*---------------------------------------------------------------------*/ /* --- STC MCU International Limited ----------------------------------*/ /* --- STC 1T Series MCU Demo Programme -------------------------------*/ /* --- Mobile: (86)13922805190 -------------------
[Microcontroller]
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号