-
CTP 发排卡控制程序,带简单SDRAM控制器
用于CTP的发排卡设计,前端接USB处理芯片CY7C68013A,支持32/64/96/128路激光器输出,实用两片SDRAM为数据缓存,USB的稳定传输速率可稳定在20MB以上(使用5MUSB延长线)。注:1.SDRAM不带自刷新功能,正常情况下5分钟不会丢失数据; 2.SDRAM不带系统调度功能,完全按预设定方式进行操作。
- 2022-04-01 11:58:15下载
- 积分:1
-
IIC reading and writing procedures
IIC读写程序-IIC reading and writing procedures
- 2022-03-24 03:18:48下载
- 积分:1
-
广东嵌入式开发板的手册,详细介绍了开发的亲…
广东嵌入式的一款开发板的使用手册,详细介绍了开发板的程序和开发资料。-Guangdong, an embedded development board s manual, detailing the development process and development of information boards.
- 2022-06-20 18:28:10下载
- 积分:1
-
Embedded Thread Library
Embedded Thread Library
- 2022-03-14 18:38:53下载
- 积分:1
-
C8051F040中发送显示液晶屏各种子程序例程
C8051F040中发送显示液晶屏各种子程序例程-C8051F040 LCD screen shows various subroutine routines
- 2022-09-30 19:45:04下载
- 积分:1
-
isp1160_pci_usb_host_MP100.rar USB主机设备程序~!
isp1160_pci_usb_host_MP100.rar USB主机设备程序~!--Machine program for USB main computer.
- 2023-02-14 20:55:04下载
- 积分:1
-
基于DSP28335的UCOSII移植
ucosii在DSP28335上的移植,里面包括任务调度的几个LED闪速灯显示,好不容易找的一段工程代码。本人亲自测试过且已经应用于公司代码中可靠稳定。
- 2022-02-03 05:18:30下载
- 积分:1
-
8051 定时器中断
使用 8051 定时器作为中断,在嵌入式 C.中编写代码此示例程序演示如何配置定时器/计数器 0 作为一个 16 位定时器。调用中断服务例程 (ISR) 每一次定时器溢出 (0xFFFF 去 0x0000)。在 ISR 中,overflow_countvariable 的增量。若要测试此程序......启动调试器。在 ISR 中的 overflow_count + + 行上设置断点运行该程序。每次调用时中断例程,调试器停止运行该程序。将光标定位在要查看其当前值的 theoverflow_count 变量。
- 2023-04-02 13:55:04下载
- 积分:1
-
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不...
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to
- 2022-10-25 13:50:03下载
- 积分:1
-
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