Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Memory view and monitor
  • From: <Anton.Krug@xxxxxxxxxxxxx>
  • Date: Wed, 29 Jan 2020 15:59:15 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microchip.com; dmarc=pass action=none header.from=microchip.com; dkim=pass header.d=microchip.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ZWxk3vTY/P+WnUrSnP8EDGf1qAAY01838z0BQDWgxL8=; b=mc8WhV+cnzDIXtIXBXM3gQ+6MG/QneI3PCmSg53xC6/zjGxDacXabiT3WnXYr9MpBb7w8f/GfI6GFZIRcGHQ2Pom6zMExYKZ/4/su1exzJqqFFFz2wyQPKvKO76F5+6vfVXqd1MRRqavMm04TxEnbyEpvNSD7D1EdsW4+h4asI86ZHGeA56BfTtGc4nZH3AhGFAOohWkOG8z0mVkUhYYvtY7P2un8d76dhRG7yfIHnvpsFatHMRKZy77uchxnNeo8u8MNGTA3nqVXxWvc4FrPspZQBmWdEa15pAaHLf6E/SN2/tzPLA6FEUaBBeNLI92MVIxDxpN6nRzhV0LcunUHA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=K0nCJnW9GX149JX2PP9cRKiSidwTXSvRcvrvVM4iuMZwRnCTxMyUoWOh6JUQvRI/u4XiELUTE/X3PqfZImp0Wphanp0nsILUdNFMGW1HkSfYoyD91n1d2pWcYXgn8gZ2pSzere97fz2Yd1jnO7DyjgWgxdKVmNC7gjjLItAQBmzeTzJw7rPOdWXqjXFRzCxvALCjKDS3Hu9EkB80+1YEZE4dh0MoZAyVdpZrUVXYTdMoim0fPll5qL2QJ2DmTiMewpCpa/M0IOqlF9fN/z17CFeqKJ4l2q4ESe1rY83BxwDq5C1R72U/DhOnqnWu2WvksB6sz042O1RwpmKbHBIJ9g==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • Ironport-sdr: 57eAHCgKadAZHiu03eeErWY4hF8epx8ykyb9Z4FzkOnlnzyCmICq0xw1wHErWx+yE3iOXWqOq9 m84XgVsU23lDTH19/hfzd59dMc2M8KiK6SqgOeax1uuUc3QQ59vYv5Ew72BAALUEZ01bahVkrl 1UtC/x5k3OQlp5bOKEjhqT9vDXT9xRAUpzY40zgs8X789ITFGiWztOYfcQp11j/LYBR8DYAlMW bS+PKqrXXHdCol/cFCi/juylFAWK93DKnJQ3Ib3wq33k5xQvW7FwFJfx3wp7qP4vPuzQUR/OmU WLw=
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV1gc4VZLk+sRvYUaZLoIRvnD856gAmfaAgABDSwCAANwuO4AACioAgAAJB8E=
  • Thread-topic: [cdt-dev] Memory view and monitor

I followed your document:

And in Peripherals I can select the peripheral I made quickly and then it gets opened as Memory View's monitor, see attachment. Do I do something wrong?
Btw when I target the simulation platform and 'break' it on purpose to support byte accesses then the monitor gets populated nicely with the values.

From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Liviu Ionescu <ilg@xxxxxxxxxx>
Sent: 29 January 2020 15:21
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Memory view and monitor
 
EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe

> On 29 Jan 2020, at 17:06, <Anton.Krug@xxxxxxxxxxxxx> <Anton.Krug@xxxxxxxxxxxxx> wrote:
>
> Then for finer granularity detail (what registers are safe to read/write and what side effects they have) would be good to do on the SVD/Peripheral gme-packs level. Liviu, is this what you are referencing 'GME Peripheral Registers viewer', or is there something else as well?

As far as I know, there is only one GNU MCU Eclipse Peripherals Registers viewer.

> I tried the packs and made a specific peripheral and then the peripheral open in the memory view, so it is inheriting the issues of the memory viewer?

Well, if you open the memory viewer, yes, it does not know of the registers, only the peripheral registers viewer is aware of them.


Regards,

Liviu

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Attachment: SVD1.png
Description: SVD1.png


Back to the top