86 CHAPTER 3 J-Link software and documentation package
J-Link / J-Trace (UM08001) ©
2004-2017 SEGGER Microcontroller GmbH & Co. KG
Syntax
verifybin <Filename>, <Addr>
Example
verifybin C:\Work\test.bin 0x0000000
3.2.1.48 w1
The command writes one single byte to the target system.
Syntax
w1 [<Zone>:]<Addr>, <Data> (hex)
Example
w1 0x10, 0xFF
3.2.1.49 w2
The command writes a unit of 16-bits to the target system.
Syntax
w2 [<Zone>:]<Addr>, <Data> (hex)
Example
w2 0x0, 0xFFFF
3.2.1.50 w4
The command writes a unit of 32-bits to the target system.
Syntax
w4 [<Zone>:]<Addr>, <Data> (hex)
Example
w4 0x0, 0xAABBCCFF
Parameter Meaning
Filename Sample bin.
Addr Start address of memory to verify.
Parameter Meaning
Zone Name of memory zone to access.
Addr Start address.
Data 8-bits of data to write.
Parameter Meaning
Zone Name of memory zone to access.
Addr Start address.
Data 16-bits of data to write.
Parameter Meaning
Zone Name of memory zone to access.
Addr Start address.
Data 32-bits of data to write.