![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| xU64 | nAdr |
| Address of code to show. More... | |
| UINT | bAsm: 1 |
| 1:=show disassembly More... | |
| UINT | bHll: 1 |
| 2:=show high level language code More... | |
| UINT | bAsmRes: 1 |
| Unused. More... | |
| UINT | bHllRes: 1 |
| Unused. More... | |
| UINT | __pad0__:28 |
| Reserved. More... | |
| UINT | nRes [7] |
| Reserved. More... | |
Show code in uVision request data
Contains data indicating how uVision should display code for the requested address.
This structure is used in the following messages:
Client ==> uVision (Request)
| UINT iSHOWSYNC::__pad0__ |
Reserved.
| UINT iSHOWSYNC::bAsm |
1:=show disassembly
| UINT iSHOWSYNC::bAsmRes |
Unused.
| UINT iSHOWSYNC::bHll |
2:=show high level language code
| UINT iSHOWSYNC::bHllRes |
Unused.
| xU64 iSHOWSYNC::nAdr |
Address of code to show.
| UINT iSHOWSYNC::nRes[7] |
Reserved.