![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| DWORD | mType: 8 |
| Memory type (UV_MR_NONE / UV_MR_ROM / UV_MR_RAM) More... | |
| DWORD | dfltRam: 1 |
| 1:=default RAM range More... | |
| DWORD | dfltRom: 1 |
| 1:=default ROM range More... | |
| DWORD | isZiRam: 1 |
| 1:=RAM range zero-initialized More... | |
| DWORD | __pad0__:21 |
| Reserved. More... | |
| DWORD | nRes [3] |
| Reserved. More... | |
| xU64 | nStart |
| Memory range start address. More... | |
| xU64 | nSize |
| Memory range size. More... | |
Individual memory range data
Indicates how a memory range is configured.
This is a sub-structure and is not contained in any message directly.
| DWORD UV_MRANGE::__pad0__ |
Reserved.
| DWORD UV_MRANGE::dfltRam |
1:=default RAM range
| DWORD UV_MRANGE::dfltRom |
1:=default ROM range
| DWORD UV_MRANGE::isZiRam |
1:=RAM range zero-initialized
| DWORD UV_MRANGE::mType |
Memory type (UV_MR_NONE / UV_MR_ROM / UV_MR_RAM)
| DWORD UV_MRANGE::nRes[3] |
Reserved.
| xU64 UV_MRANGE::nSize |
Memory range size.
| xU64 UV_MRANGE::nStart |
Memory range start address.