登录
首页 » SCM » 例子:注:1 P89C669存储。公司的文件夹在第一P89C669文件,…

例子:注:1 P89C669存储。公司的文件夹在第一P89C669文件,…

于 2022-05-18 发布 文件大小:335.03 kB
0 216
下载积分: 2 下载次数: 1

代码说明:

P89C669存储实例: 说明: 1. inc 文件夹 是关于P89C669的头文件,在使用下面两个例子前,请首先将头文件拷到 ..KeilC51INC下. 2. Rom 文件夹 是关于P89C669的程序空间使用的例子,说明怎样利用大于64KB的程序空间。 3. Ram 文件夹 是关于P89C669的数据空间使用的例子,说明怎样在各个数据空间定义变量。 -P89C669 storage examples: Note: 1. Inc folder is on the first P89C669 documents, in the use of the following two examples, please first Kaodao header files .. KeilC51INC under .2. Rom folder P89C669 procedures on space use example of how to make use of the procedure is greater than 64KB of space. 3. Ram folder P89C669 data on space use examples to illustrate how the definition of data space in all variables.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • err
    MSC-51系列单片机内有128B或256B的RAM数据存储器,对一般应用场合,内部 RAM可以满 足系统对数据存储器的要求,但对需要大容量数据缓冲器的应用系统(如数据采集系统),仅片内的RAM存储器往往不够用,这种情况下,就需要在单片机外部扩展数据存储器。 MSC-51与外部数据存储器的一般连接方法:外部数据存储器的高8位地址由P2口提供,低8位地址线接地址锁存器的输出端。外部RAM的读、写控制信号分别接MCS-51的 、 。外部RAM的片选信号可由P2口未用的地址线的剩余口线以线选方式或译码方式提供。 随机存贮芯片(RAM)HM62256的存贮量为32KB,地址线有(A0~A14),是单片机应用系统中最常见的数据存储器 -err
    2022-12-05 20:40:03下载
    积分:1
  • Cheng Xuan 430 seminars in the disk information msp430f2013+ Cc2500 of pcb desig...
    桦宣430研讨会资料盘里的msp430f2013+cc2500的pcb设计资料-Cheng Xuan 430 seminars in the disk information msp430f2013+ Cc2500 of pcb design information
    2022-03-22 09:07:05下载
    积分:1
  • PWM waves program can be used to control motor speed, procedure is simple, here...
    PWM波程序 可以用来控制电机调速,程序比较简单,这里只用了一个定时器就实现了。因为51单片机没有PWM波的寄存器,所以要自己用软件控制。-PWM waves program can be used to control motor speed, procedure is simple, here only a timer is realized. Because no PWM waves 51-series microcomputer to yourself, so with registers control software.
    2022-05-16 13:59:39下载
    积分:1
  • MS-51 高级应用程序库,欢迎各位大虾下载交流分享,望多多上传,资源共享-MS-51 high-level application library, to welcome you to download the exchange of shrimp to share, hope lot of uploading and sharing resources
    2023-04-16 03:00:03下载
    积分:1
  • 使用PWM6输出PWM信号,通过滤波电路实现DAC转换。
    使用PWM6输出PWM信号,通过滤波电路实现DAC转换。-The use of the output PWM signal PWM6 through the filter circuit DAC conversion implementation.
    2022-02-06 06:52:52下载
    积分:1
  • C51单片机做的驱动四线程马达的驱动程序,用于步进电机驱动!
    C51单片机做的驱动四线程马达的驱动程序,用于步进电机驱动!-C51 microcontroller do drive four threads motor driver for stepper motor drives!
    2022-02-11 20:56:29下载
    积分:1
  • MSP430单片机开发的相关测试程序,I/O口的测试
    MSP430单片机开发的相关测试程序,I/O口的测试-Single-chip MSP430 development-related test procedures, I/O port test
    2022-12-28 07:50:03下载
    积分:1
  • ch375 interface with the MCU 51 applications, with keil51 compiler can be opened
    这是ch375与单片机51接口应用程序,用keil51编译器打开即可-ch375 interface with the MCU 51 applications, with keil51 compiler can be opened
    2022-10-25 11:20:03下载
    积分:1
  • SAA7114 single
    SAA7114单片机控制程序,I2C控制原代码 -SAA7114 single-chip control procedures, I2C control of the original code
    2023-05-24 17:35:03下载
    积分:1
  • CH375 是一个USB总线的通用接口芯片,支持USB
    CH375 是一个USB总线的通用接口芯片,支持USB-HOST主机方式和USB-DEVICE/SLAVE设备方式。在本地端,CH375具有8位数据总线和读、写、片选控制线以及中断输出,可以方便地挂接到单片机/DSP/MCU/MPU等控制器的系统总线上。在USB主机方式下CH375还提供了串行通讯方式,通过串行输入、串行输出和中断输出与单片机/DSP/MCU/MPU 等相连接。 CH375 的USB 设备方式与CH372 芯片完全兼容,CH375 包含了CH372 的全部功能。本手册中没有提供CH375 在USB 设备方式下的说明,相关资料可以参考CH372 手册。 CH375的USB 主机方式支持常用的USB 全速设备,外部单片机可以通过CH375 按照相应的USB 协议与USB 设备通讯。CH375 还内置了处理Mass-Storage 海量存储设备的专用通讯协议的固件,外部单片机可以直接以扇区为基本单位读写常用的USB 存储设备(包括USB 硬盘/USB 闪存盘/U 盘)。-Document for CH372 usb style
    2023-09-03 16:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载