![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
Data Fields | |
| xWORD16 | nChannel |
| ITM Channel number (0..31) More... | |
| xWORD16 | itemMode |
| 0:=Bytes More... | |
| DWORD | nMany |
| number of items (BYTE) More... | |
| union { | |
| xUC8 aBytes [1] | |
| nMany Bytes follow here. More... | |
| xWORD16 aWords [1] | |
| nMany Word16 follow here. More... | |
| } | s |
| nMany data items. More... | |
ITM Channel booking / Output data
Contains ITM Ch.0..31 channel booking and data
This structure is used in the following messages:
Client ==> uVision (Request)
Client <== uVision (Response)
| xUC8 ITMOUT::aBytes[1] |
nMany Bytes follow here.
| xWORD16 ITMOUT::aWords[1] |
nMany Word16 follow here.
| xWORD16 ITMOUT::itemMode |
0:=Bytes
| xWORD16 ITMOUT::nChannel |
ITM Channel number (0..31)
| DWORD ITMOUT::nMany |
number of items (BYTE)
| union { ... } ITMOUT::s |
nMany data items.