![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| xU64 | nAddr |
| Address to read / write. More... | |
| UINT | nBytes |
| Number of bytes read / write. More... | |
| xU64 | ErrAddr |
| Unused. More... | |
| UINT | nErr |
| Unused. More... | |
| xUC8 | aBytes [1] |
| nBytes of data read or to be written More... | |
Memory Read / Write data
Address, length and either data to be written, or data read from memory.
This structure is used in the following messages:
Client ==> uVision (Request)
Client <== uVision (Response)
| xUC8 AMEM::aBytes[1] |
nBytes of data read or to be written
| xU64 AMEM::ErrAddr |
Unused.
| xU64 AMEM::nAddr |
Address to read / write.
| UINT AMEM::nBytes |
Number of bytes read / write.
| UINT AMEM::nErr |
Unused.