Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. IoT
  4. EmbSysRegView

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

EmbSysRegView

EmbSysRegView
21
5
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2022-12 (4.26)
2022-09 (4.25)
2022-06 (4.24)
2022-03 (4.23)
2021-12 (4.22)
2021-09 (4.21)
2021-06 (4.20)
2021-03 (4.19)
2020-12 (4.18)
2020-09 (4.17)
2020-06 (4.16)
2020-03 (4.15)
2019-12 (4.14)
2019-09 (4.13)
2019-06 (4.12)
2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
2023-03 (4.27)

https://embsysregview.sourceforge.net/update

Learn more...

Screenshot 0

Details Group Tabs

Details

EMBedded SYStems REGister VIEW is an Eclipse Plugin which is designed for monitoring and modifying memory values of embedded devices. Therefore it offers a structured display of the special functions registers (SFR). While debugging, the register values are presented in the Hexadecimal (HEX) and Binary (Bin) column of the view.
Modifications of peripheral registers values are possible via:

  • Editing in the Binary column via BitButtons
  • Editing in the Hex column
  • Choosing an interpretation from an ComboBox in the Hex column (not supported by all chip xml files)

 

The EmbSysRegView works with any 32 bit target that stores data in little endian byte order and maps its register into memory adress space. In other words, if you find your registers in the CDT Memory View, the RegisterView will also work with that device assumin that a chip xml description is available.

 

 

Categories:
  • Mobile and Device Development,
  • Testing,
  • Tools
Tags:
  • EmbSysRegView,
  • memory,
  • memory view,
  • memory values,
  • memory monitoring,
  • memory modification,
  • embedded device,
  • special functions registers,
  • SFR,
  • Eclipse Plugin,
  • Chip,
  • Cortex,
  • Arm,
  • MSP430,
  • SVD,
  • CMSIS,
  • CPU internal registers,
  • MCU registers,
  • SPI,
  • GPIO,
  • GDB,
  • IoT
Additional Details
Eclipse Versions: 
2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2023-03 (4.27)
Platform Support: 
Windows, Mac, Linux/GTK
Development Status: 
Production/Stable
Date Created: 
Sun, 2014-02-23 15:30
License: 
EPL
Date Updated: 
Fri, 2023-01-13 10:08
Submitted by: 
Missing name Mising name
Screenshots
Screenshot 0
Metrics
DateRankingInstallsClickthroughs
January 2023252/67670 (0.02%)17
December 2022301/80553 (0.02%)19
November 2022295/80861 (0.02%)16
October 2022277/81172 (0.02%)19
September 2022304/81260 (0.02%)21
August 2022302/80853 (0.01%)9
July 2022332/81646 (0.01%)14
June 2022317/81053 (0.01%)18
May 2022301/81067 (0.02%)20
April 2022300/81767 (0.02%)14
March 2022312/82065 (0.01%)8
February 2022223/819122 (0.03%)12
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for EmbSysRegView.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Monday, January 30, 2023 - 01:47

Reviews Sign in to post reviews

pborisenko's picture

Adding SVD

Submitted by Peter Borisenko on Fri, 2022-08-12 00:19

Hello!

Please reveal how to add custom (user) SVD files

mmisingnamemal's picture

Re: Adding SVD

Submitted by Missing name Mising name on Sat, 2022-10-22 07:41

If I remember correctly...

Find the file "org.eclipse.cdt.embsysregview.data_0.2.6.r191.jar" in your eclipse installation, extract it into a folder named "org.eclipse.cdt.embsysregview.data_0.2.6.r191". There you can add/edit files.

A jar file is a zip file plus some metadata, so simply rename .jar to .zip and extract it.

ntonnhofer's picture

Installation on 1906

Submitted by Nico Tonnhofer on Wed, 2019-10-09 01:36

For whom have the same issue to install the plugin (Artifact not found...) like me, I've found a workaround in the web.

Search for

Seismicmatt installing the eclipse embedded system register view plugin

He made a small script.

After using this you would be able to install it again via Install new plugin -> Add... -> Local...

vlunyov's picture

An error occurred while collecting items to be installed

Submitted by Vasiliy Lunyov on Wed, 2018-11-21 05:17

An error occurred while collecting items to be installed
session context was:(profile=D__eclipse-cpp-photon_eclipse, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: <URL to the embsysregview_0.2.6.jar>.
Artifact not found: <URL to the data_0.2.6.r191.jar>.
Artifact not found: <URL to the data_feature_0.2.6.r191.jar>.
Artifact not found: <URL to the embsysregview_feature_0.2.6.jar>.

amelentovich's picture

Error

Submitted by Arthur Melentovich on Wed, 2017-01-11 02:36

Can't install it: "The following solutions are not compatible with the version of Eclipse".
I'm using "Version: Neon.2 Release (4.6.2) Build id: 20161208-0600"
Help please.
Regards.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • WSO2 Developer Studio
  • IBM Monitoring and Diagnostic Tools- Garbage Collection and Memory Visualizer (GCMV)
  • SPC5Studio
  • Memory Analyzer
  • Run-Jetty-Run

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top