LED light module developed by 51 single chip microcomputer

Publisher:幸福自在Latest update time:2021-06-22 Source: eefocus Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

3.1 LED Light Module

3.1.1 LED Schematic Diagram

watermark,size_14,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=

Figure 3-1-1 LED lamp schematic diagram

The LED light module is connected to the IO port of the microcontroller through the 74573 latch chip, and shares the IO port with the digital tube.

On the development board, you need to use a cable to connect the J12 pin header to the P0 port.

watermark,size_14,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=

Figure 3-1-3

 

3.1.2 74HC573 Latch Introduction

The 74HC573 is a transparent latch with eight outputs and three output states.

Latching is to temporarily store the signal to maintain a certain level state.

watermark,size_14,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_20,type_ZmFuZ3poZW5naGVpdGk=Figure 3-1-4

 

When OE is high, the output is always in high impedance state. At this time, the chip is in an uncontrollable state. In general applications, OE must be connected to a low level.


LE is the output state change enable terminal. When LE is low, the output terminal Q always maintains the last stored signal (input from the D terminal). When LE is high, Q follows the state change of D and latches the state of D. That is to say, when the latch enable terminal LE is high, the latch of these devices is transparent to the data (that is, the output is synchronized). When the latch enable becomes low, the data that meets the setup time and hold time will be latched.


3.1.3 Example Code

When the latch is configured in the pass-through state (LE=1), the implemented flash code is:

#include //Add the general 51 MCU header file

#include

void DelayMs(int ms);

int main(void){    

while(1) { P0=0x0; DelayMs(500); P0=0xFF; DelayMs(500); }} 

void DelayMs(int ms){     

int i; unsigned char a,b;    

 for(i=0;ifor(b=199;b>0;b--)               

for(a=1;a>0;a--); }}

Reference address:LED light module developed by 51 single chip microcomputer

Previous article:51 MCU Development Timer
Next article:51 MCU matrix keyboard scanning and display

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号