2407串行EEPROM的接口编程。该程序实现DSP2407与EEPROM芯片24LC256的接口编程。-2407 serial EEPROM programming interface. The program DSP2407 and the 24LC256 EEPROM chip interface programming. 下载
基于dsp240x的串行EEPROM的接口编程-dsp240x based on the serial EEPROM programming interface 下载
这是2407dsp进行串行EEPROM的接口编程(C语言和汇编言)-this is the interface programme of serial EEPROM through 2407dsp 下载
软件模拟SPI串行EEPROM控制时序的C程序,在DOS下用BC31编译- 下载
2407C文件夹包括第8~16章的C语言代码及使用说明。有如下子文件夹: ? 第8章数字输入输出8路开关量输入输出(8IOIN+8IOOUT); ? 第8章数字输入输出模块(led); ? 第8章数字输入输出模块(LED+KEY); ? 第9章事件管理器模块(PWM); ? 第9章事件管理器模块_编码(QEP); ? 第9章事件管理器模块_捕捉(cap); ? 第10章事件管理器模块_定时器中断(Timer_INT); ? 第10章模数转换模块(ADC); ? 第11章串行外设接口模块(SPI +DA); ? 第11章串行外设接口模块(led8py); ? 第12章串行通信接口模块(SCI); ? 第13章局部控制器模块(CAN); ? 第14章图形液晶显示模块接口及应用(LCD); ? 第15章串行EEPROM的接口编程(eeprom); ? 第16章在TMS320LF2407上实现快速傅立叶变换(fft)。 - 下载
dsp的串行外设接口SPI SPI是一个高速同步串行输入/输出端口,传送速率可编 程,应用:外部移位寄存器、D/A转换器、A/D转换器、 串行EEPROM、LED显示驱动器等外部设备进行扩展。- 下载
1.Delphi_WDM_USB测试源程序 2.stc单片机eeprom的实用操作(读写)源代码, 演示了eeprom内用户数据的动态分配地址方法,通过51rc及54rd+的实际测试 3.Easy 51Pro串行编程器源程序 4.des单片机算法源程序 5.ds18b20 c51源代码 6.Tasking C51 PWM 测试程序-1.Delphi_WDM_USB testing source 2.stc the SCM eeprom Practical operation (reading and writing) source code, a demonstration eeprom user data within the dynamic address allocation method 51 through the mail and 54rd of the actual test 3.Easy 51Pro serial device programming source 4.des SCM 5.ds18b20 source decoder algorithm source code 6.Tasking C51 PWM test procedures 下载
这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和test.ini。 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有6个警告,可以忽略. (3)除与pcf8563相关的跳线和蜂鸣器的跳线外,DP-51下载仿真实验仪的所有跳线选取默认值。-This is the Small RTOS 51 DP-51 download simulation device to achieve a clock source. It can be used k1 k4-time adjustments, the use of a serial set alarm time. As just one example, not products, some of the details not perfect. End adjustment time as the first time the show is wrong (due to shared TimeData lead); not using serial eeprom storage alarm over time; Alarm delete code compiled. However, the procedure can be used, the reader is free to perfect it. Communication protocol reference rtos test.ini and Capriccio. Note : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp. You can Project - 下载
这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\EEPROM.dpr ...... DELPHI 项目包 ..\EEPROM.res ...... DELPHI 项目包资源 ..\EEPROM.cfg ..\EEPROM.dof ..\EEPROM.exe ... 编译生成的可执行文件 ..\EEPROM_form.pas ... 主界面程序文件 ..\EEPROM_form.dfm ... 主界面资源文件 ..\HexTable.cds ... 内存表 Fireware ...... 固件程序 for CVAVR 1.24 (+) ..\TestEEPROM.prj ...... 项目程序 ..\TestEEPROM.c ...... 程序文件 ..\TestEEPROM.asm ...... 生成的汇编文件 ..\TestEEPROM.hex ...... 可烧录至Atmel ATMega16的文件 -This is a Delphi and SCM combination of application example of this process is the main function by serial Communication with the MCU, writable EEPROM information. PC procedures with Delphi 6.0, the next crew procedures CVAVR 1.24. The main chip is Atmel ATMega16. Atmel chip EEPROM AT24C04 (or AT24C256 Applications) Applicat ion ...... applications for Delphi 6.0 (SP2) .. \ EEPROM. dpr ...... DELPHI project package .. \ ...... DE EEPROM.res LPHI project packet resources .. \ EEPROM.cfg .. \ EEPROM.dof .. \ EE PROM.exe ... compiler generating executable file .. \ EEPROM_form.pas. .. interface files .. \ EEPROM_form.dfm ... the main interface resource files .. \ HexTable.cds ... ...... memory table Fireware firmware for C VAVR 1.24 () .. \ TestEEPROM.prj ...... projects procedures .. \ TestE 下载
片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-machine used in the process of developing the multi-purpose tools, including thermistor RT -- HEX data conversion; 3 LED coding; Color ring resistance calculators; HEX / BIN documents interchangeable; eeprom data to the C / ASM source code conversion; CRC generation; Serial debugging, with a simple and practical data analysis functions; Serial / Parallel Communications surveillance, and other functions. C Builder development, no installation, operation directly, and do not operate the registry. Green pure software. 下载
lcd1602 串口 ad7705 c程序 rsa算法软件 s3c2410 图形处理 幻宇 javascript herbrand theorem 自己做串口通讯介绍(vc平台) jsp登陆界面源代码 wap push程序 mfc 画坐标图 ae c pagecontrol关闭按钮 ransac算法 三维图象重建 wave 原代码 smo算法程序matlab 软件测试.ppt 界面技术 hook av自由发布 数值 滤波 k bus汽车总线 汇编课程设计源程序 遗传算法 优化源程序 图形填充算法 矩阵 特征值 vb 聊天室源程序 lian liankan changeimg 设计合理的界面 字段匹配 gis 专题图 遥控 编码 源代码 图像的傅立叶变换 过程改进方案 contour map vc vb 最好 工具 多位数乘除 directx粒子 dct快速算法 gsm模块源码 particle filter算法代码 程序员必看书籍 自动复制文件 pads2005中文教程 vb制作 java编写界面 数据库 fp_growth 源码 linux 发包代码 exe免杀 俄罗斯方块对打 下载