Skip to content

weimingtom/wmt_8051_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 

Repository files navigation

wmt_8051_study

STC12

STC12C5A60S2系列工作电压:5.5V-3.3V(5V单片机)
STC12LE5A60S2系列工作电压:3.6V-2.2V(3V单片机)

光盘资料

  • search baidupan, 51单片机资料_我的光盘.iso

Ref

LED R, use 200R (200 ohm)

STC89C54RD+, ISP, UART

  • P3.0=RxD
  • P3.1=TxD

DT-830B

数字万用表

电子锁

(search biadupan) lock_v3.rar

wmt_51

https://gitee.com/weimingtom/wmt_51

ds1302, 信泰微

(search baidupan) DS1302实时时钟模块.rar

信泰微, STC15F2K60S2-28I-DIP40

价格6元, 不需要外部时钟电路(晶振)
http://www.stcmcudata.com/datasheet/stc/STC-AD-PDF/STC15.pdf
left bottom 3: 5V
left bottom 1: GND
right bottom 1: RxD
right bottom 2: TxD

详解基于51单片机的small rtos(1)

http://www.51hei.com/mcu/1377.html

Proteus Pro 7.8 SP2

D:\Program Files\Labcenter Electronics\Proteus 7 Professional\SAMPLES\VSM for 8051\C51 Calculator\

N76E003开发板, 中景园

(search baidupan) n76e003_led_v2.rar

关于Cypress公司USB芯片FX2的固件开发

https://blog.csdn.net/znmdwahaha/article/details/48597643
http://www.waveshare.net/wiki/CY7C68013A_USB_Board_(mini)
CY7C68013A

HML_FwLib_STC89

https://github.com/MCU-ZHISHAN-IoT/HML_FwLib_STC89

MWbalanced 8051 control source code with no RTOS.

https://miaowlabs.com/wiki/Mwbalanced/setup-environment.html
https://github.com/MiaowLabs/MWbalanced-firmware-none

mcs51

  • 我试下用MCS51编译51单片机汇编程序,还真能编译出来——不过不推荐用,
    因为这个工具链只能用于DOS环境——它的过程大概是这样,通过ASM51生成OBJ文件,
    然后通过RL51链接成无后缀的执行文件(带有头部和尾部信息),
    最后通过OH生成hex文件(可以通过hexbin转换回去bin文件)。
    也就是说,类似于linux的单片机程序,也是会生成一个目标文件,
    但是带有头部和尾部的多余字节,需要用别的办法去掉,这里用到的OH这个程序,
    意思可能是指object to hex,它甚至可以绕过RL51这个程序直接转换obj后缀文件,
    似乎效果也是一样的

About

My 8051/8052 study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published