共1条
1/1 1 跳转至页
[推荐]vision BDX文件格式

Introduction
The Binary Download Format (bdx) is a simple binary packet based file. BDX files are
typically derived from a standard object module by converting the object module with the
‘convert’ utility program. The convert utility is supplied with all the vision tool products:
visionClick, visionICE, visionPROBE, visionXD, and visionWARE.
BDX files are intended for downloading into a target’s RAM memory via the vision tools.
BDX Packet Format
The format of the individual packets that make-up a bdx file consists of an eight byte header
and up to a 20k byte data field. The packet format is as follows:
4bytes 2bytes 1byte 1byte 1...20k bytes
Address Data Byte Count Data Sum Packet Number Data Field
Address:
The Address Field is a four-byte word that indicates where the data will be copied into the
target system (most significant byte first).
Data Byte Count:
The Data Byte Count Field is a two-byte word that indicates the number of bytes contained in
the Data Field portion of the packet (most significant byte first).
Data Sum:
The Data Sum field is a one-byte value and is a simple arithmetic sum of the bytes in the
Data Field. This field is used to determine the basic packet integrity at the receiver.
Packet Number:
The Packet Number field consists of a one-byte word and indicates the current packet
number. The packet number is used to detect dropped or missing packets at the receiver. The
packet number ranges from 0x00 to 0xFF and rollovers if the number of packets exceeds
0xFF.
Data Field:
The Data Field can consist of up to 20k bytes of data. The number of bytes is specified in the
Data Byte Count field.
关键词: 推荐 vision 文件 格式
共1条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
分享一种检测按键状态的方法被打赏20分 | |
周末总结一下,STM32C0系列的开发经验被打赏50分 | |
【换取手持数字示波器】MicrochipMPLABHarmony框架下定时器配置被打赏20分 | |
【换取手持数字示波器】MicrochipMPLABHarmony框架下PWM配置被打赏20分 | |
【Cortex-M】Systick Timer使用被打赏10分 | |
分享汽车防盗系统的组成与分类(一)被打赏5分 | |
VOFA+波形显示+JYD-31蓝牙发送和解析不定长数据被打赏10分 | |
【换取手持数字示波器】-STM32F4PWM控制LED灯管亮度被打赏22分 | |
【换取手持数字示波器】STM32F4驱动RPR-0521RS照度、接近一体型传感器被打赏23分 | |
宏定义和const关键字定义被打赏5分 |