-
-
8051forxilinx.rar
我在spartan-3e starter kit 的板上实现了mc8051,程序调试通过,运行正常。
方法
1、用Keil 编译8051的代码;
2、将生成的hex文件用hex->bin工具转成bin文件
3、用bin->coe工具转成coe
4、在core generate 生成的rom中指明coe文件的位置
5、编译、下载到spartan-3e starter kit 板上,你将会看到流水灯的效果
我正在做这方面的东西,欢迎大家与我一起探讨。
-
ADuC7026_I2C_downloader.rar
ADuC7026_I2C_downloader是ADuC7026 ARM 单片机的I2C接口的烧写程序,通过并口模拟I2C主机,将HEX文件烧入到MCU中.开始并未打算发出来的,因此没写注释
如果需要解压密码,请用 computer00
参考信息:
http://computer00.21ic.org/user1/2198/archives/2007/34293.html
-
comdraw.rar
串口发送接收数据。可配置端口,波特率等。
发送可选择ASCII方式或HEX方式。
中断方式接收数据。
可以通过ADC和MCU可以把数据通过
串口直接发送到PC上让MATLAB分析
-
hex2ten.rar
huge hex convert to dec. the value limite is less that 10^50
-
-
-
-
-
d51.rar
反汇编MSC-51系列单片机源码!目前支持BIN文件,要想支持HEX格式!大家可以自己下载去修改!目前版本没有识别DATA段功能!
-
leon3-altera-ep2s60-ddr.rar
... pads do not have the correct delay models.
* How to program the flash prom with a FPGA programming file
1. Create a hex file of the programming file with Quartus.
2. Convert it to srecord and adjust the load address:
objcopy --adjust-vma= ...
-