Thông báo

Collapse
No announcement yet.

Hỗ trợ lập trình cho vi điều khiển dòng 8051

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

  • #76
    thu gọn như vậy là đúng rồi đó

    Comment


    • #77
      Vâng... Cảm ơn bác vietlamdt

      Comment


      • #78
        Bác vietlamdt dùng phần mềm gì vậy.
        KeilC hay Mide-51

        Comment


        • #79
          mình dùng cả 2. ngày trước viết = ASM thì thường dùng Mide-51, còn giờ chuyển qua C thì dùng KeilC

          Comment


          • #80
            Cho e hỏi về con IC ổn áp nguồn 7805:
            nếu điện áp cao quá 5v thì nó có hạ áp xuống bằng 5v hay không.

            Comment


            • #81
              Các bác biên dịch giúp e code ASM này sang file HEX với, e xin cảm ơn:
              ORG 0000H
              start:
              call A
              call A
              call A
              call B
              call B
              call B
              call C
              call C
              call C
              call D
              jmp start
              A:
              mov p0, #11111110b
              mov p1, #10011111b
              mov p2, #11111001b
              call delay
              mov p0, #11111101b
              call delay
              mov p0, #11111011b
              call delay
              mov p0, #11110111b
              call delay
              mov p0, #11110111b
              mov p1, #11110110b
              mov p2, #01101111b
              call delay
              mov p0, #11111011b
              call delay
              mov p0, #11111101b
              call delay
              mov p0, #11111110b
              call delay
              ret
              B:
              mov p0, #11111110b
              mov p1, #00000000b
              mov p2, #00000000b
              call delay
              mov p0, #11111101b
              call delay
              mov p0, #11111011b
              call delay
              mov p0, #11110111b
              call delay
              mov p0, #11111011b
              call delay
              mov p0, #11111101b
              call delay
              ret
              C:
              mov p0, #00000000b
              mov p1, #11110000b
              call delay
              mov p1, #00001111b
              call delay
              mov p2, #11110000b
              call delay
              mov p2, #00001111b
              call delay
              mov p2, #11110000b
              call delay
              mov p1, #00001111b
              call delay
              mov p1, #11110000b
              call delay
              ret
              D:
              mov p0, #00000000b
              mov p1, #11111111b
              mov p2, #11111111b
              call delay
              mov p1, #11111110b
              mov p2, #11111111b
              call delay
              mov p1, #11111100b
              mov p2, #11111111b
              call delay
              mov p1, #11111000b
              mov p2, #11111111b
              call delay
              mov p1, #11110000b
              mov p2, #11111111b
              call delay
              mov p1, #01110000b
              mov p2, #11111111b
              call delay
              mov p1, #01110000b
              mov p2, #11110111b
              call delay
              mov p1, #01110000b
              mov p2, #01110111b
              call delay
              mov p1, #01110000b
              mov p2, #00110111b
              call delay
              mov p1, #01110000b
              mov p2, #00010111b
              call delay
              mov p1, #01110000b
              mov p2, #00000111b
              call delay
              mov p1, #01110000b
              mov p2, #00000110b
              call delay
              mov p1, #01100000b
              mov p2, #00000110b
              call delay
              mov p1, #01000000b
              mov p2, #00000110b
              call delay
              mov p1, #00000000b
              mov p2, #00000110b
              call delay
              mov p1, #00000000b
              mov p2, #00000010b
              call delay
              mov p1, #00000000b
              mov p2, #00000000b
              call delay
              mov p1, #00100000b
              mov p2, #00000000b
              call delay
              mov p1, #01100000b
              mov p2, #00000100b
              call delay
              mov p1, #01100000b
              mov p2, #00000110b
              call delay
              mov p1, #01100000b
              mov p2, #00000111b
              call delay
              mov p1, #01110000b
              mov p2, #00000111b
              call delay
              mov p1, #01110001b
              mov p2, #00000111b
              call delay
              mov p1, #01110011b
              mov p2, #00000111b
              call delay
              mov p1, #01110111b
              mov p2, #00000111b
              call delay
              mov p1, #01111111b
              mov p2, #00000111b
              call delay
              mov p1, #11111111b
              mov p2, #00000111b
              call delay
              mov p1, #11111111b
              mov p2, #00001111b
              call delay
              mov p1, #11111111b
              mov p2, #10001111b
              call delay
              mov p1, #11111111b
              mov p2, #11001111b
              call delay
              mov p1, #11111111b
              mov p2, #11101111b
              call delay
              mov p1, #11111111b
              mov p2, #11111111b
              call delay
              ret
              delay:
              mov r1,#2
              lap2:
              mov r2,#200
              lap1:
              mov r3,#250
              djnz r3,$
              djnz r2,lap1
              djnz r1,lap2
              ret
              end

              Comment


              • #82
                Bác vietlamdt biên dịch giúp e đoạn mã này sang file HEX, bác upload lên Mediafire dưới dạng file.HEX nhé:
                ORG 0000H
                start:
                call A
                call A
                call A
                call B
                call B
                call B
                call C
                call C
                call C
                call D
                jmp start
                A:
                mov p0, #11111110b
                mov p1, #10011111b
                mov p2, #11111001b
                call delay
                mov p0, #11111101b
                call delay
                mov p0, #11111011b
                call delay
                mov p0, #11110111b
                call delay
                mov p0, #11110111b
                mov p1, #11110110b
                mov p2, #01101111b
                call delay
                mov p0, #11111011b
                call delay
                mov p0, #11111101b
                call delay
                mov p0, #11111110b
                call delay
                ret
                B:
                mov p0, #11111110b
                mov p1, #00000000b
                mov p2, #00000000b
                call delay
                mov p0, #11111101b
                call delay
                mov p0, #11111011b
                call delay
                mov p0, #11110111b
                call delay
                mov p0, #11111011b
                call delay
                mov p0, #11111101b
                call delay
                ret
                C:
                mov p0, #00000000b
                mov p1, #11110000b
                call delay
                mov p1, #00001111b
                call delay
                mov p2, #11110000b
                call delay
                mov p2, #00001111b
                call delay
                mov p2, #11110000b
                call delay
                mov p1, #00001111b
                call delay
                mov p1, #11110000b
                call delay
                ret
                D:
                mov p0, #00000000b
                mov p1, #11111111b
                mov p2, #11111111b
                call delay
                mov p1, #11111110b
                mov p2, #11111111b
                call delay
                mov p1, #11111100b
                mov p2, #11111111b
                call delay
                mov p1, #11111000b
                mov p2, #11111111b
                call delay
                mov p1, #11110000b
                mov p2, #11111111b
                call delay
                mov p1, #01110000b
                mov p2, #11111111b
                call delay
                mov p1, #01110000b
                mov p2, #11110111b
                call delay
                mov p1, #01110000b
                mov p2, #01110111b
                call delay
                mov p1, #01110000b
                mov p2, #00110111b
                call delay
                mov p1, #01110000b
                mov p2, #00010111b
                call delay
                mov p1, #01110000b
                mov p2, #00000111b
                call delay
                mov p1, #01110000b
                mov p2, #00000110b
                call delay
                mov p1, #01100000b
                mov p2, #00000110b
                call delay
                mov p1, #01000000b
                mov p2, #00000110b
                call delay
                mov p1, #00000000b
                mov p2, #00000110b
                call delay
                mov p1, #00000000b
                mov p2, #00000010b
                call delay
                mov p1, #00000000b
                mov p2, #00000000b
                call delay
                mov p1, #00100000b
                mov p2, #00000000b
                call delay
                mov p1, #01100000b
                mov p2, #00000100b
                call delay
                mov p1, #01100000b
                mov p2, #00000110b
                call delay
                mov p1, #01100000b
                mov p2, #00000111b
                call delay
                mov p1, #01110000b
                mov p2, #00000111b
                call delay
                mov p1, #01110001b
                mov p2, #00000111b
                call delay
                mov p1, #01110011b
                mov p2, #00000111b
                call delay
                mov p1, #01110111b
                mov p2, #00000111b
                call delay
                mov p1, #01111111b
                mov p2, #00000111b
                call delay
                mov p1, #11111111b
                mov p2, #00000111b
                call delay
                mov p1, #11111111b
                mov p2, #00001111b
                call delay
                mov p1, #11111111b
                mov p2, #10001111b
                call delay
                mov p1, #11111111b
                mov p2, #11001111b
                call delay
                mov p1, #11111111b
                mov p2, #11101111b
                call delay
                mov p1, #11111111b
                mov p2, #11111111b
                call delay
                ret
                delay:
                mov r1,#2
                lap2:
                mov r2,#200
                lap1:
                mov r3,#250
                djnz r3,$
                djnz r2,lap1
                djnz r1,lap2
                ret
                end

                Comment


                • #83
                  E dùng keilc vs Mide51 biên dịch thử mà k đc.
                  KeilC báo lỗi "tage not creat"
                  Mide 51 báo lỗi trong 1 khung nhỏ "Assembly not......"

                  Comment


                  • #84
                    chưa dịch thử nhưng nhìn có lẻ lệnh call ko được phải dùng lcall

                    Comment


                    • #85
                      bạn dùng thử chương trình nạp read51 đi....

                      Comment

                      Về tác giả

                      Collapse

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

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

                      Collapse

                      • mèomướp
                        Trả lời cho Sửa bộ nguồn DC 60V 45A
                        bởi mèomướp
                        Dạ hông dám làm thì chắc chắn sẽ mãi ko thể làm được đâu ạ. Nguồn xung dân dụng vài kw giờ rất nhìu ạ, sạc ô tô điện, máy hàn, lò vi sóng, âm ly... tùy chất lượng mà độ phức tạp sẽ khác nhau ạ. Và cái giá phải trả về kinh tế...
                        Hôm qua, 13:11
                      • tuyennhan
                        Trả lời cho Sửa bộ nguồn DC 60V 45A
                        bởi tuyennhan
                        Sửa dạng này thì chuyên còn không dám chắc khộng cháy nổ với linh kiện bán ngoài chợ nói gì khộng chuyên .
                        Hôm qua, 09:25
                      • tuyennhan
                        Trả lời cho Cần tư vấn cải thiện chất âm thanh loa SoNy.
                        bởi tuyennhan
                        Đúng rồi chọn mua theo tai . ca thì phải toàn dải nhạc thì chỉ cao và thấp thé nên loa ca thì nghe nhạc không hay và ngược lại .
                        Muốn ca và nhạc đều hay thì phải dúng 2 giàn , còn nếu chỉ có 1 thì phải chỉnh sửa lại sao cho ca và nhạc đều được không quá dở ....
                        Hôm qua, 09:10
                      • Ng.Phuong.5
                        Vấn đề in lỗ khoan ra pdf ở Orcad 9.2
                        bởi Ng.Phuong.5
                        Vấn đề cũ: khi in mạch ra pdf và bấm chọn Keep Drill Holes Open, in ra thì pdf trắng đen các lỗ chân linh kiện như nhau. Mặc dù có linh kiện phần Drill là 1mm, có linh kiện thì là 3mm. Cho em hỏi cách sửa phần này ở Orcad 9.2 với ạ.
                        Mấy con...
                        09-01-2025, 19:44
                      • viettinh
                        Trả lời cho Cần tư vấn cải thiện chất âm thanh loa SoNy.
                        bởi viettinh
                        Bác nói đúng quá. Cơ mà muốn mua hàng chính hãng, hàng thương hiệu mà tai lại hợp hàng tầu mới khổ chứ.
                        Đang tính mua cái loa tầu nữa cột đằng sau loa này, Loa sony chỉ để hát nhép thôi, có dc k các bác ...
                        09-01-2025, 18:12
                      • nguyendinhvan
                        Trả lời cho Cần tư vấn cải thiện chất âm thanh loa SoNy.
                        bởi nguyendinhvan
                        Theo tôi thì khi hpj sản xuất ra cái loa đó, đã có nhiều chuyên gia kỹ thuật hiệu chỉnh, tính toán các phần tử kỹ lưỡng rồi.
                        Bây giờ tính toán hiệu chỉnh lại cần có đội ngũ tương đương với nhà sản xuất.
                        Cách đơn giản...
                        09-01-2025, 00:04
                      • mèomướp
                        Trả lời cho Sửa bộ nguồn DC 60V 45A
                        bởi mèomướp
                        Dạ cháu có ý tốt muốn động viên chú ấy ngâm cứu khoa học thôi ạ. Về phần kiểm tra dao động thì chú ấy chưa biết thì sẽ tìm hiểu được là cần những gì ạ, chắc chắn là khi hướng dẫn phần ấy các cô chú nào đó sẽ lưu ý cần loại sò công suất ra tránh cháy nổ rồi ạ....
                        08-01-2025, 19:02
                      • tuyennhan
                        Trả lời cho Sửa bộ nguồn DC 60V 45A
                        bởi tuyennhan
                        Chủ thớt hỏi có kiểm tra được dao động mà không cấp nguồn thì rõ trình ở mức nào mà mèo còn xúi ngâm cứu nữa ác vậy ....
                        08-01-2025, 15:43
                      • tuyennhan
                        Trả lời cho Cần tư vấn cải thiện chất âm thanh loa SoNy.
                        bởi tuyennhan
                        Loa bass đấu trực tiếp không qua phân tần để thành loa toàn dải xem có thoát tiếng khộng , nếu không thoát cần phải sửa lại mạch cs hay âm sắc nếu đủ trình còn nếu thoát ca hay nhưng chưa vừa ý vì bass kém chăc thì đấu lại như cũ và đấu thêm loa mid treble bên ngoài .
                        08-01-2025, 15:28
                      • mèomướp
                        Trả lời cho Cần tư vấn cải thiện chất âm thanh loa SoNy.
                        bởi mèomướp
                        Dạ loa tép bé xíu như ngón chân cái thôi ạ. Thiếu gì chỗ để đâu. Quan trọng là gắn thêm nó loa nghe ok hay ko thôi ạ...
                        08-01-2025, 11:44
                      Đang tải...
                      X