Kinetis Design Studio by default uses an older version of EmbSysRegView. This article explains how to upgrade to the latest and greatest version 0.2.6. And how it is possible to use the latest NXP update for the 0.2.4 version:
First, uninstall any older version (see Uninstalling Eclipse Plugins):
Next, install the latest 0.2.6 plugin with the data files as explained in EmbSysRegView 0.2.6 for Eclipse Neon and Oxygen
With this we have the latest plugin installed. But the data is not the latest, as NXP has released a new set of data which is not part of the SourceForge site:
Using that update does not work as it expects the 0.2.4 plugin (which does not make any sense to me?). Amway, all what I want is the data.
I can download locally any Eclipse update site with the approach described inReplicating an Eclipse Update Site for Offline Usage. Otherwise: I have extracted the data and put on SourceForge, see links section.
With that approach I get the com.nxp.svd-embsysregview-0.2.4.sp_root_1.0.0.b170427 file:
The trick is that the file is actually a .zip file, so change the extension to get its content: Open the zip file:
To make the files available to the EmbSysReg viewer, open the EmbSysReg Data file as zip file:
I prefer to have them in a spearate folder:
That way I can pick the files I want in Eclipse:
Happy EmbSysRegistering 🙂
Links
- Extra SVD Files on SourceForge: https://sourceforge.net/projects/mcuoneclipse/files/Eclipse%20Plugins/EmbSysReg/
- EmbSysReg on SourceForge: http://embsysregview.sourceforge.net/
- Uninstalling Eclipse Plugins: Uninstalling Eclipse Plugins
- Installing EmbSysRegView 0.2.6: EmbSysRegView 0.2.6 for Eclipse Neon and Oxygen
- Adding files: Adding CMSIS-SVD Files to EmbSysRegView 0.2.6.r192 and Eclipse
- Downloading Eclipse plugins for offline usage: Replicating an Eclipse Update Site for Offline Usage