Thông báo

Collapse
No announcement yet.

giúp em về con 89c51

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • giúp em về con 89c51

    em mới học vdk mong các bác giúp đỡ:em làm 1 cái mạch giao tiếp với led đơn,mà láp con 89c52 vào thì chạy ma lắp con c51 vào thì ko chạy.con c51 cũng nạp thành công như con c52.2 con nạp ct giống nhau,đầu ra ket nối 32 led đơn như nhau.thanks

  • #2
    Về cơ bản thì C51 vs C52 như nhau khác nhau mỗi bộ nhớ thôi nên có thể thay thế , k biết chương trình của b lớn k ? Có thể thử một vài câu lệnh nhấp nháy led đơn giản để kiểm tra !

    Comment


    • #3
      nếu tôi đoán không làm thì bạn làm mạch nháy led trái tim đúng không. code down trên mạng nạp cho 89c51 thì báo lỗi nhưng với 89c52 hoặc s52 thì bình thường đúng không. bạn đọc code của họ có một số chỗ họ viết thừa và dài dòng bạn tinh chỉnh đi là được. mạch nháy led trái tim 32 con. cố lên sắp đến ngày tặng người yêu rồi

      Comment


      • #4
        bạn xem làm phần code đi, chắc bị nhầm chân chỗ nào rồi đó
        Thân!

        Comment


        • #5
          Org 0000h
          main:
          Lcall sangtat
          lcall sangdantatdan
          lcall sangdantatlui
          lcall ledchaykieu1
          lcall ledchaykieu2
          lcall ledchaykieu3
          lcall ledchaykieu4

          ljmp main

          sangtat:

          Mov r0,#5

          l1: Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          mov p0,#00h
          mov p2,#00h
          mov p3,#00h
          mov p1,#00h
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          mov p0,#0aah
          mov p2,#0aah
          mov p3,#0aah
          mov p1,#0aah
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          lcall delay
          mov p0,#55h
          mov p2,#55h
          mov p3,#55h
          mov p1,#55h
          lcall delay
          lcall delay
          lcall delay
          djnz r0,l1
          ret

          sangdantatdan:

          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh
          mov r2,#0ffh

          b1:
          Clr c
          mov a,r2
          rlc a
          mov r2,a
          mov p0,r2
          lcall delay
          mov p1,r2
          jc b1


          mov p2,#0ffh
          mov p3,#0ffh
          mov r2,#0ffh

          b11: Clr c
          mov a,r2
          rlc a
          mov r2,a
          mov p2,r2
          lcall delay
          mov p2,r2
          jc b11


          b2: Setb c
          mov a,r2
          rlc a
          mov r2,a
          mov p0,r2
          lcall delay
          mov p1,r2
          jnc b2

          mov p2,#00h
          mov p3,#00h
          mov r2,#00h

          b22: Setb c
          mov a,r2
          rlc a
          mov r2,a
          mov p2,r2
          lcall delay
          mov p3,r2
          jnc b22
          ret

          sangdantatlui:
          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh
          mov r2,#0ffh

          b3:
          Clr c
          mov a,r2
          rlc a
          mov r2,a
          mov p0,r2
          lcall delay
          mov p1,r2
          jc b3


          mov p2,#0ffh
          mov p3,#0ffh
          mov r2,#0ffh

          b33: Clr c
          mov a,r2
          rlc a
          mov r2,a
          mov p2,r2
          lcall delay
          mov p3,r2
          jc b33


          b4: Setb c
          mov a,r2
          rrc a
          mov r2,a
          mov p3,r2
          lcall delay
          mov p2,r2
          jnc b4

          mov p0,#00h
          mov p1,#00h
          mov r2,#00h

          b44: Setb c
          mov a,r2
          rrc a
          mov r2,a
          mov p1,r2
          lcall delay
          mov p0,r2
          jnc b44
          ret


          ledchaykieu1:

          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh


          mov p0,#11111110b
          mov p3,#01111111b
          lcall delay

          mov p0,#11111101b
          mov p3,#10111111b
          lcall delay

          mov p0,#11111011b
          mov p3,#11011111b
          lcall delay

          mov p0,#11110111b
          mov p3,#11101111b
          lcall delay

          mov p0,#11101111b
          mov p3,#11110111b
          lcall delay

          mov p0,#11011111b
          mov p3,#11111011b
          lcall delay

          mov p0,#10111111b
          mov p3,#11111101b
          lcall delay

          mov p0,#01111111b
          mov p3,#11111110b
          lcall delay


          mov p0,#0ffh
          mov p3,#0ffh

          mov p1,#11111110b
          mov p3,#01111111b
          lcall delay

          mov p2,#11111101b
          mov p1,#10111111b
          lcall delay

          mov p2,#11111011b
          mov p1,#11011111b
          lcall delay

          mov p2,#11110111b
          mov p1,#11101111b
          lcall delay

          mov p2,#11101111b
          mov p1,#11110111b
          lcall delay

          mov p2,#11011111b
          mov p1,#11111011b
          lcall delay

          mov p2,#10111111b
          mov p1,#11111101b
          lcall delay

          mov p2,#01111111b
          mov p1,#11111110b
          lcall delay
          ret
          ledchaykieu2:

          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh

          mov p0,#11111100b
          mov p3,#00111111b
          lcall delay

          mov p0,#11111001b
          mov p3,#10011111b
          lcall delay

          mov p0,#11110011b
          mov p3,#11001111b
          lcall delay

          mov p0,#11100111b
          mov p3,#11100111b
          lcall delay

          mov p0,#11001111b
          mov p3,#11110011b
          lcall delay

          mov p0,#10011111b
          mov p3,#11111001b
          lcall delay

          mov p0,#00111111b
          mov p3,#11111100b
          lcall delay

          mov p0,#01111111b
          mov p3,#11111110b
          mov p2,#11111110b
          mov p3,#01111111b
          lcall delay


          mov p0,#0ffh
          mov p3,#0ffh

          mov p2,#11111100b
          mov p1,#00111111b
          lcall delay

          mov p2,#11111001b
          mov p3,#10011111b
          lcall delay

          mov p2,#11110011b
          mov p1,#11001111b
          lcall delay

          mov p2,#11100111b
          mov p1,#11100111b
          lcall delay

          mov p2,#11001111b
          mov p1,#11110011b
          lcall delay

          mov p2,#10011111b
          mov p1,#11111001b
          lcall delay

          mov p2,#00111111b
          mov p1,#11111100b
          lcall delay

          mov p2,#01111111b
          mov p1,#11111110b
          lcall delay

          mov p2,#11111111b
          mov p1,#11111111b
          lcall delay
          ret

          ledchaykieu3:

          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh

          mov p0,#11111000b
          mov p3,#00011111b
          lcall delay

          mov p0,#11110001b
          mov p3,#10001111b
          lcall delay

          mov p0,#11100011b
          mov p2,#11000111b
          lcall delay

          mov p0,#11000111b
          mov p3,#11100011b
          lcall delay

          mov p0,#10001111b
          mov p3,#11110001b
          lcall delay

          mov p0,#00011111b
          mov p3,#11111000b
          lcall delay

          mov p0,#00111111b
          mov p3,#11111100b
          mov p2,#11111110b
          mov p1,#01111111b
          lcall delay


          mov p0,#01111111b
          mov p3,#11111110b
          mov p2,#11111100b
          mov p1,#00111111b
          lcall delay

          mov p0,#0ffh
          mov p3,#0ffh



          mov p2,#11111100b
          mov p1,#00111111b
          lcall delay

          mov p2,#11111000b
          mov p1,#00011111b
          lcall delay

          mov p2,#11110001b
          mov p1,#10001111b
          lcall delay

          mov p2,#11100011b
          mov p1,#11000111b
          lcall delay

          mov p2,#11000111b
          mov p1,#11100011b
          lcall delay

          mov p2,#10001111b
          mov p1,#11110001b
          lcall delay

          mov p2,#00011111b
          mov p1,#11111000b
          lcall delay

          mov p2,#00111111b
          mov p1,#11111100b
          lcall delay

          mov p2,#01111111b
          mov p1,#11111110b
          lcall delay

          mov p2,#11111111b
          mov p1,#11111111b
          lcall delay
          ret


          ledchaykieu4:

          Mov p0,#0ffh
          mov p2,#0ffh
          mov p3,#0ffh
          mov p1,#0ffh

          mov p0,#11111110b
          mov p3,#01111111b
          lcall delay

          mov p0,#11111100b
          mov p3,#00111111b
          lcall delay

          mov p0,#11111000b
          mov p3,#00011111b
          lcall delay

          mov p0,#11110000b
          mov p3,#00001111b
          lcall delay

          mov p0,#11100001b
          mov p3,#10000111b
          lcall delay

          mov p0,#11000011b
          mov p3,#11000011b
          lcall delay

          mov p0,#10000111b
          mov p3,#11100001b
          lcall delay

          mov p0,#00001111b
          mov p3,#11110000b
          lcall delay

          mov p0,#00011111b
          mov p3,#11111000b
          mov p2,#11111110b
          mov p1,#01111111b
          lcall delay


          mov p0,#00111111b
          mov p3,#11111100b
          mov p2,#11111100b
          mov p1,#00111111b
          lcall delay

          mov p0,#01111111b
          mov p3,#11111110b
          mov p2,#11111000b
          mov p1,#00011111b
          lcall delay


          mov p0,#0ffh
          mov p3,#0ffh



          mov p2,#11110000b
          mov p1,#00001111b
          lcall delay

          mov p2,#11100001b
          mov p1,#10000111b
          lcall delay

          mov p2,#11000011b
          mov p1,#11000011b
          lcall delay

          mov p2,#10000111b
          mov p1,#11100001b
          lcall delay

          mov p2,#00001111b
          mov p1,#11110000b
          lcall delay

          mov p2,#00011111b
          mov p1,#11111000b
          lcall delay

          mov p2,#00111111b
          mov p1,#11111100b
          lcall delay

          mov p2,#01111111b
          mov p1,#11111110b
          lcall delay

          mov p2,#11111111b
          mov p1,#11111111b
          lcall delay
          ret



          delay: Mov r6,#0ffh
          lap1: Mov r7,#70h
          lap2: Djnz r7,lap2
          djnz r6,lap1
          ret
          end

          Comment


          • #6
            minh tìm ra rồi treo cổng p0 thì chạy

            Comment


            • #7
              bạn giúp mình ct sáng dồn 1 lúc 4 cổng với,.đúng là mình đang làm led trái tim,thanks

              Comment


              • #8
                bạn có tài liêu về viết chương trình kiểu này không cho minh với?mail:hoangvankhoa89@gmail.com

                Comment


                • #9
                  ai giúp mình với,thanks

                  Comment


                  • #10
                    chương trình thì nhiều
                    quan trọng là mình tự nghĩ ra kiễu nòa hấp hãn và độc đao thế ới không dunhj hàng được

                    Comment


                    • #11
                      nếu bạn muốn sáng dồn 1 lúc 4 cổngt hì bạn lập trình tương tự thôi

                      Comment


                      • #12
                        bạn có thể giúp mình được ko?mình mới học vdk nên ko biết được nhiều.mà mình viết ct trên pinnacle quá 2000b thì ko mô phỏng được.mình muốn mở rộng thì làm ntn?thanks!

                        Comment


                        • #13
                          có ai giúp em với

                          Comment


                          • #14
                            Đã có 89S rồi mà sao bây giờ còn thích dùng 89C nhỉ? Đâu có nạp được chẩn ISP.

                            Comment


                            • #15
                              Nguyên văn bởi vanganh Xem bài viết
                              bạn có thể giúp mình được ko?mình mới học vdk nên ko biết được nhiều.mà mình viết ct trên pinnacle quá 2000b thì ko mô phỏng được.mình muốn mở rộng thì làm ntn?thanks!
                              tìm bản ***** về mà dùng thôi. k thì chuyển qua KeilC mà dùng

                              Comment

                              Về tác giả

                              Collapse

                              vanganh Tìm hiểu thêm về vanganh

                              Bài viết mới nhất

                              Collapse

                              Đang tải...
                              X