Segger J-Link User Manual page 170

Hide thumbs Also See for J-Link:
Table of Contents

Advertisement

170
Region type
C
X
XI
I
A
AD
Prototype
int JLINK_MemRegion(const char* sConfig);
Example
map region 0x100000-0x1FFFFF C
Note
Has no effect when executed in Flasher stand-alone mode or when calling this function
from a function that implements the __probe attribute.
5.12.2.24
JLINK_MEM_WriteU8()
Writes a byte to the specified address.
Prototype
int JLINK_MEM_WriteU8 (U32 Addr, U32 Data);
5.12.2.25
JLINK_MEM_WriteU16()
Writes a halfword to the specified address.
Prototype
int JLINK_MEM_WriteU16(U32 Addr, U32 Data);
5.12.2.26
JLINK_MEM_WriteU32()
Writes a word to the specified address.
Prototype
int JLINK_MEM_WriteU32(U32 Addr, U32 Data);
5.12.2.27
JLINK_MEM_ReadU8()
Reads a byte from the specified address.
Prototype
U8 MEM_ReadU8 (U32 Addr);
5.12.2.28
JLINK_MEM_ReadU16()
Reads a halfword from the specified address.
J-Link / J-Trace (UM08001)
CHAPTER 5
Cacheable
Excluded
Excluded & Illegal
Indirect access
Alias (static, e.g. RAM/flash that is aliased multiple times in one area.
Does not change during the debug session.)
Alias (dynamic, e.g. memory areas where different memories can be
mapped to.)
Description
© 2004-2017 SEGGER Microcontroller GmbH & Co. KG
J-Link script files

Advertisement

Table of Contents

Troubleshooting

loading
Need help?

Need help?

Do you have a question about the J-Link and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

J-trace

Table of Contents

Save PDF