搜索资源列表
Mot2Bin
- 将摩托罗拉的s19记录文件转化为二进制格式的程序,注意文件大小不能超过16M-s19 of Motorola's record of documents into binary format procedures, attention to the file size can not exceed 16 M
单片机固件程序
- USB便携多道系统单片机固件程序.单片机固件程序采用CodeWarrior Development Studio for HC(S)08 Microcontrollers集成开发环境开发,编译后生成的可执行文件为motorola公司的.s19格式,位于源代码的 .\\bin 路径下。同时生成的还有该路径下的.map文件,记录存储空间分配情况。-USB portable multi-channel system microcontroll
Freescale_S19_File format
- 飞思卡尔S19文件的文件格式。 Freescale_S19_File format
Mot2Bin
- 将摩托罗拉的s19记录文件转化为二进制格式的程序,注意文件大小不能超过16M-s19 of Motorola's record of documents into binary format procedures, attention to the file size can not exceed 16 M
bin2s19
- 能将BIN文件格式转成飞思卡尔默认的S19格式-BIN file formats can be converted into Freescale S19 default format
MOTOLORLA
- MOTOLORLA文件格式转换,MOTOLORLA的S19文件格式转换代码,含查找字符串的功能-MOTOLORLA file format conversion, MOTOLORLA the S19 file format conversion code to find a string containing the function
S19TOBIN
- 将摩托罗拉的S19格式文件转换为普通的二进制执行文件-Motorola S19 format will be converted into ordinary paper binaries
CreateCode
- 解析motorola格式的S19文件,生成为数组-Analysis motorola format S19 file into an array of Health
S19-CRC-fill-reset
- 计算Motorola的S19格式文件CRC并填充空闲空间为复位指令-Motorola S19 format calculating the CRC and to fill the free space for the reset command
FSUD-I
- //BCB6写的freescale单片机S19文件的加密 软件 //加密后的文件可以通过串口按16进制传给单片机,单片机里的程序负责解密、编程 //加密文件有些特性,比如任意改变一位,都会导致解密不出原文;密钥可以半路变化, //加密后数据大体格式是 //长度减一(明码)+编程地址(加密)+编程数据(加密)+全部数据的校验和反码(明码)-S19 type encrypt file transmit through s
s19filetype
- 详细描述Freescale S19文件格式,并实例分析解释。-Detailed descr iption of the Freescale S19 file format, and instance of the analysis and interpretation.
CreateCode
- 解析motorola格式的S19文件,生成为数组-Analysis motorola format S19 file into an array of Health
CreateCode
- 解析motorola格式的S19文件,生成为数组-Analysis motorola format S19 file into an array of Health
S19ToBin
- 从flash中读取的是S19格式的文件转换为bin 的工具。-s9 2 bin
S19_TO_BIN
- s19格式的文件转换成bin文件,压缩包中有s19格式的文件,盒对应的bin文件格式-file covert s19 to bin
Lym2S19
- lym转换S19格式,相当方便,自己试一下吧(Lym conversion S19 format)
STM8反编译
- 反汇编STM8S系列单片机程序,只能反编译S19文本格式,BIN格式以后会添加,程序开始地址8000H,另对有些指令没有理解,可能有些错误,欢迎指正。(Disassembly STM8S series MCU program can only decompile S19 text format, BIN format will be added later, the program address 8000H, and some ins
s19file2
- 为了在不同的计算机平台之间传输程序代码和数据,摩托罗拉将程序和数据文件以一种可打印的格式(ASCII格式)编码成s格式文件。s格式文件是Freescale推荐使用的标准文件传送格式。编译完成之后,Freescale CodeWarrior编译器将在bin文件夹下自动生成“*.abs.s19”文件,这个文件包含最终下载带单片机中的所有内容。 源码代设计了一种算法,提供修改S19文件中指定地址的值功能。(Source code gener
S19TOBIN
- 因为用到转化文件格式网上找了一圈都没有 于是自己写了一个 S19格式转bin 根据地址差异自动补全0XFF 采用控制台执行应用程序 参数为待转化文件 完成后在现有文件路径下生成后缀.bin文件(Because the tool used to transform file format, I found no one on the Internet, so I wrote one myself Convert S19 format t