Electronic Circuits and Projects Forum


8x8 led matrix using 8052 using assembly language

Results 1 to 3 of 3
Reply to Thread
  1. #1
    shashy
    shashy is offline

    Default 8x8 led matrix using 8052 using assembly language

    hi i have a project to write on led matrix using assemble language

    what i have done using 7442 decoder and when set on 00h it gives us the first column and then write what i want on first column i will write you what i wrote

    INCLUDE 89c52.mc

    MOV 20H, #00001100B
    MOV 21H, #00001100B
    MOV 22H, #11111100B
    MOV 23H, #10000000B
    MOV 24H, #11111111B
    MOV 25H, #10000000B
    MOV 26H, #11111111B
    MOV 27H, #11111111B

    MOV R2, #00H
    MOV R1, #20H

    MOV R3, #07

    LOOP:
    MOV P3, R2
    MOV A, @R1
    MOV P0, A
    INC R1
    INC R2

    DJNZ R3, LOOP



    but then on the simulation the led matrix doesn't even turned on
    what am i doing wrong and i should connect two led matrix and move the 2 words right and left could someone plz help me cause this project for the finale exam and i am really worried

  2. #2
    shashy
    shashy is offline
    ok so i found an error in it and now it just lights the first column plz somebody help me

  3. #3
    Hayato
    Hayato is offline
    I'm just seeing the code. Where is the schematic?

Reply to Thread

Similar Threads

  1. 8x8 LED Matrix using 8051
    By skydemon2008 in 8051/8951
    Replies: 11
    Latest: 5th October 2009, 01:22 AM
  2. LED Matrix kit, what would you prefer 8x8, 16x16, 8x32...
    By blueroomelectronics in Microcontrollers
    Replies: 29
    Latest: 19th July 2007, 08:09 PM
  3. Replies: 5
    Latest: 26th March 2007, 10:43 AM
  4. 8x8 RGB LED Matrix Control Help!
    By rWAVE in Microcontrollers
    Replies: 4
    Latest: 12th February 2007, 04:34 PM
  5. 8x8 Single Color LED Matrix
    By ichrispyl in Datasheets, Manuals or Parts
    Replies: 3
    Latest: 22nd December 2005, 10:20 PM