 |
|
MetaWare 8.2 and TRACE32 Eclipse plug-in problems
|
|
 |
I get an error using the TRACE32 Eclipse plug-in in MetaWare 8.2. What should I do?
|
| |
|
According to ARC, there is a bug in MetaWare 8.2 that has been fixed in MetaWare 8.3.
Please update your MetaWare installation.
Note:
- For MetaWare 8.2, ARC modified part of the Eclipse/CDT distribution.
- Currently (2009APR) there is no published source or an Eclipse update server for MetaWare 8.2.
- Please understand that Lauterbach is unable to test, debug and support the TRACE32 Eclipse plug-in for installations where Eclipse or CDT components have been modified ("based" on or "derived from" Eclipse, not an "Eclipse plug-in").
|
 |
|
Viewing auxiliary registers (ARC)
|
|
 |
How can I see the auxiliary registers?
|
| |
|
The auxiliary register space is accessible in PowerView via the special memory class "AUX".
To view the registers simply type:
For any ARC700 core lots of registers will be displayed with
????????
, which means that those registers are inaccessible, because they are not present at your core.
For ARC600 and older cores unimplemented auxiliary registers normally show the same value than the IDENTITY register.
The most common auxiliary register are also shown in the peripheral view. Open the peripheral view with the command
PER
.
|