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
Thông báo
Collapse
No announcement yet.
giúp em về con 89c51
Collapse
X
-
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
-
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
-
Nguyên văn bởi vanganh Xem bài viếtbạ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
Bài viết mới nhất
Collapse
-
Trả lời cho Xin hỏi về màn hình laptopbởi yname11vg, cám ơn bác...........
-
Channel: Thiết bị điện tử cá nhân
Hôm qua, 14:37 -
-
bởi khoine9899
Em chào các anh và mọi người.
Hiện em đang có 1 con bơm màng trong thiết bị y tế đang gặp tình trạng yếu dần hoặc ngừng hoạt động sau thời gian sử dụng
Sau khi tìm hiểu về thông tin của bơm trên mạng thì em được biết...-
Channel: Điện tử dành cho người mới bắt đầu
Hôm qua, 11:22 -
-
Trả lời cho Cần mọi người giúp mạch tạo sóng siêu âm máy rửabởi bqviet
-
Channel: Điện tử công suất
27-11-2024, 20:26 -
-
bởi Minhdai95Em chào mọi người, e đang sửa mạch tạo sóng siêu âm cho máy rửa mà chưa có tài liệu để tham khảo sửa, mọi người cho e xin tài liệu ạ...
-
Channel: Điện tử công suất
27-11-2024, 11:37 -
-
bởi pia2k1Cùng câu hỏi và cần được giải đáp thêm ạ...
-
Channel: Hướng dẫn sử dụng diễn đàn
27-11-2024, 11:28 -
-
Trả lời cho Công thức điện tửbởi mèomướpDạ thời thế giờ thay đổi theo hướng tích cực hơn rồi chú trung sĩ ạ. Kiến thức được chia sẻ ngày càng nhìu nên làm ăn gian dối ko còn dễ dàng như trước đâu ạ. Những thợ nhỏ rồi sẽ thành công nhân sản xuất đồ mới hết thay vì sửa chữa lặt vặt...
-
Channel: Tâm tình dân kỹ thuật
26-11-2024, 21:21 -
-
Trả lời cho Xin hỏi về màn hình laptopbởi mèomướpDạ cùng chuẩn tín hiệu thì chắc chắn là nhận ạ. Vì bản chất oled hay lcd thì đều phải có mạch chuyển đổi trên thanh gỗ rồi chuyển sang những chip xử lý hàng nghìn chân gắn trên những tab mỏng dính rồi mới ra các điểm ảnh theo hàng...
-
Channel: Thiết bị điện tử cá nhân
26-11-2024, 20:31 -
-
Trả lời cho Xin hỏi về màn hình laptopbởi yname11Ok , thanks bác đã chỉ...
-
Channel: Thiết bị điện tử cá nhân
26-11-2024, 15:06 -
-
bởi nguyendinhvanSau bao năm nghiên cứu cái dtvn. Tôi phát hiện công thức này. Các anh em xem đúng bao nhiêu phần trăm nhé !
Chập thì thay. Cháy thì tháo
Làm thì láo. Báo thì hay
May thì khoe. Rủi thì bỏ
Thành tích nhỏ. Báo thành to
Làm cho có. Báo chi li
Sai cả li. Báo...-
Channel: Tâm tình dân kỹ thuật
26-11-2024, 00:35 -
-
Trả lời cho Xin hỏi về màn hình laptopbởi yname11có chắc ko b, màn lcd phải có cao áp mới sáng, màn led thì ko có, ko có cáp chuyển đổi thì lắp thế nào đc ??...
-
Channel: Thiết bị điện tử cá nhân
25-11-2024, 22:31 -
Comment