The register view functionality was incorporated into the version of Eclipse we are now using. This eliminated the need for a plug-in. To view registers now, you need to:
- Point Eclipse to the SVD file for the chip you are working with.
- Select the Run->Debug Configurations... menu.
- In the left pane, expand the GDB OpenOCD Debugging item and select the project you want to work with.
- In the right pane, select the SVD Path tab.
- Set the "File path" field to the path to the SVD file for the chip you are working with. The SVD file can be found in the C:\MaximSDK\Libraries\CMSIS\Device\Maxim\<PartNum>\Include\ directory.
- The register viewer is then accessible from the Window->Show View->Peripherals menu.