登录
首页 » 嵌入式系统 » 5045芯片控制程序

5045芯片控制程序

于 2022-03-11 发布 文件大小:2.03 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

5045芯片控制程序-5045 chip control procedures

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

发表评论

0 个回复

  • 8051 works in 11.0592MHZ, RAM expansion for the 128KB of 628128, FlashRom extend...
    8051工作于11.0592MHZ,RAM扩展为128KB的628128,FlashRom扩展为128KB的AT29C010A 128KB的RAM分成4个区(Bank) 地址分配为0x0000-0x7FFF 128KB的FlashRom分成8个区(Bank) 地址分配为0x8000-0xBFFF 为了使8051能访问整个128KB的RAM空间和128KB的FlashRom空间,在CPLD内建两个寄存器 RamBankReg和FlashRomBankReg用于存放高位地址-8051 works in 11.0592MHZ, RAM expansion for the 128KB of 628128, FlashRom extended AT29C010A 128KB to 128KB of the RAM is divided into four zones (Bank) Address Assignment for the 0x0000-0x7FFF 128KB FlashROM divided into eight zones (Bank) Address Assignment for the 0x8000- 0xBFFF in order to enable the 8051 to access the entire 128KB and 128KB of RAM space of FlashROM space, two built-in CPLD register RamBankReg and used to store high FlashRomBankReg Address
    2022-05-30 14:55:40下载
    积分:1
  • 这是LPC2200列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分...
    这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。 在示例程序生成目标的test_ext_in.i32文件夹下有2个文件 / ROM_EXEC --- 写入内部FLASH / ROM_EXEC1 --- 写入外部FLASH (在选择文件的时候,请选择下拉所有文件*.*) 将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside 写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
    2022-04-26 11:47:05下载
    积分:1
  • 不同于一般形的软件编程,编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开...
    不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,由于汇编语言开发的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比,C语言--一种"高级的低级"语言,则成为嵌入式系统开发的最佳选择。-Unlike most forms of software programming, embedded systems programming based on the specific hardware platform, is bound to require its programming language with a strong ability to direct hardware. Undoubtedly, the compilation of language with such qualities. However, the assembly language development complexity, it is not embedded systems development in general choice. But compared with C language-- a "senior vulgar" language, embedded systems development as the best option.
    2022-03-05 17:26:17下载
    积分:1
  • The F020 includes Silicon Chupin teaching experiment all the source machine. Str...
    包含Silicon出品的F020教学实验机的所有源程序。代码书写规范可移植强。即使没有实验板,代码本身也有参考价值-The F020 includes Silicon Chupin teaching experiment all the source machine. Strong writing portable code specifications. Even without the test board, the code itself also has reference value
    2022-02-02 19:36:28下载
    积分:1
  • C8051F340开发USB软件狗
    使用C8051F340开发的一款USB软件狗。产品已经批量,未包含加密方法。可使用C8051F340公版驱动,将程序中的PID/VID修改成程序即可。需要原理图的可联系我。
    2022-03-03 09:53:50下载
    积分:1
  • state_machine-for 8051微控制器
    应用背景 ; ;这是一种小 ;8051单片机state_machine。花费少的RAM内存也很有效。你可以添加你个人的任务。它可以管理你的应用程序更有效。它可以直接运行在Keil IDE。 ; ;原操作系统是自由软件;您可以重新分配它的 条件下; ; ;GNU通用公共许可证的自由软件基金会发布的 ; ; ;无论是3版的许可证,或 ;(在你选择的任何版本)。 ; ;原操作系统是分布在希望它有用,但没有任何担保; ; ; ;甚至没有暗示保证 ;适销性或针对特定用途的。 ; ; ;详情请参阅GNU通用公共许可证。 ; ;你应该已经收到一份GNU较宽松通用公共许可证 ; ;随着这个程序。如果不是,jorya.txj@gmail.com写电子邮件 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;---关键技术 ; ; ; ;state_machine,keil 51,8051单片机系列的微操作系统。 ; ;一个特殊的例外,LGPL可以应用你希望分配 ; ;联合工作,包括原始的操作系统,而毋须提供 ; ;任何专有组件的源代码。看到文件exception.txt ; ;详情如何,当异常可以应用。
    2022-04-16 11:07:38下载
    积分:1
  • This is an hour of the procedure, along with pictures, can be according to do, i...
    这是一个小时计的程序,里面还有图片,可以按着做,很适用,-This is an hour of the procedure, along with pictures, can be according to do, it is applicable,
    2022-04-15 00:43:59下载
    积分:1
  • ARM linux的USB摄像头驱动程序,带截图
    linux系统下的luvcview的摄像头驱动程序。可在ARM板子上和PC上运行,有两个makefile 文件。对luvcview的程序添加了截图功能,所得图片保存在文件目录下。
    2022-01-25 21:38:03下载
    积分:1
  • keil c 单片机
    /*温控系统实现功能要求:1在前三个数码管上显示 当前采集到的温度(0-99.9)2当环境温度低于27°c时,蜂鸣器开始以慢"滴"声报警,并且伴随p0.0口发光二级管闪烁(模拟开启制热设备);当环境温度继续降低并低于25°c时,蜂鸣器以快‘滴’声报警,并且伴随p0.0和p0.1口发光二极管一起闪烁(模拟加大制热设备功率) 3当环境温度高于30时,蜂鸣器以慢‘滴’声报警,并且伴随p0.2闪烁(模拟开启制冷设备);当环境温度继续升幅并高于32时,蜂鸣器以快‘滴’声报警,并伴随p0.2和p0.3二极管一起闪烁(模拟加大制冷设备) 4用串口将采集的温度数据实时发送给上位机,在上位机软件上显示当温度值*/ //将p2.4和138的j22的1连接
    2022-08-19 13:15:53下载
    积分:1
  • stm32F4 PID
    stm32F4 PID 和FPU程序,来源于STM32F4_DISCOVERY_JULIA,包括库文件,LCD显示 Main Changes First official release for STM32F40x/41x devices stm32f4xx_rtc.c: remove useless code from RTC_GetDate() function stm32f4xx_rcc.c, stm32f4xx_spi.c, stm32f4xx_wwdg.c and stm32f4xx_syscfg.c: driver"s comments update  
    2022-10-03 20:05:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载