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 18:15:09 +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=Mt2QgZHUdVgGFwe5g54qJ+ueamWtIomKJagafaYogJw=; b=GkVcKWHn/AO1cXD9hjcKEs1DNzXUa9A80ztncAg98/SO09Wgzp5dPACaVsERSz2WQh+5SvlPdBS3E/9MVrRohlE21tRG0HLL62CkFnGpnA72lH1dnlvQfGR+WF1kENtiuAF5LueqD4QrazyiJR0AJP4KtTcq/5Jyds1bV9ID66XyLjRVJerTvbUq/MBqiqtDAD0Px5CU9vsdSraBkZ/YhqXVPsRZZJhLYZr+75EXcVWBiQbtvE1c7i07itbI+WizlTQFNpFGpdy6J7dXGYPkH0jfGLWoBixBCg8nnLeSTXVhWn52jfNs4RAXE6ujwkFr/VDp88ujp9M0UR0xjysz/w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Jj8W7AGz+V03Xxgi+cs7iD0tbIAybMRjbdQD0/0rup6I9kr2qiPO0mFUTwkf3X4YEAFAUS0aEaVdbt157QHfNCBj4jdguXj4wfYCKuHi59MPlacdPI73X7+9TUsuPldmWG6leCTHcdGACLASSABBsAv1KB1lKmbUag0nOzIZtJabWz+xn5I0HQSJXzJNzks0UQDJxvaGhTtyIiQVd3emiT0mYIt7KtSsktr7MY3Ypo041oadTFY9K5/AgTjNn6PwC1GEfCbvdpF9YP//UoiFsUuTdc1a/aFgbZA2Nt8TqA7Oy1e2TwzHNYiUohzVcbekoV7RNKwnCo7EJKp1Sgvrsw==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • Ironport-sdr: aQkQAhwGshGQ18tkf/uQb6sesldYeeOzTxk7udf2pe28O6T0xWo/mAjQU3kWcdIPOnUaBA3eRv TnUW3dkHw+MgDbfSjim+i56vZU0IsqknOU+xRYfZ6rMIJJo7e8VBTj9SnJLVYtUmpDaLgfWf// KBEVUJHsJIp8CZWo0uJEuUcvvvR6ELzKwwx+UUYC6KxgFiSWvNuBFzwr0i6s5uoSlgXqG7Ddkf lMoFCvwLMlf9Io0UJSr/NYVSq7WrVBrZtLO3eeUdShSBSOvmf6EPW4E6GcaB91gXuaHpi+ZNsj 2I0=
  • 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+sRvYUaZLoIRvnD856gAmfaAgABDSwCAANwuO4AACioAgAAJB8GAAA6zgIAACYs2gAANpYCAAACaWg==
  • Thread-topic: [cdt-dev] Memory view and monitor

Yes, I might be overlapping two similar, but different problems.

  1. I will retest the 'mem 0 0 rw' without a peripheral view. And see if the regular memory view works.
  2. And then check my peripheral spec again if I did describe it correctly. To see if the mem-mapped peripherals work.

From: Liviu Ionescu <ilg@xxxxxxxxxx>
Sent: 29 January 2020 18:09
To: Anton Krug - M31845 <Anton.Krug@xxxxxxxxxxxxx>
Cc: cdt-dev@xxxxxxxxxxx <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 19:28, <Anton.Krug@xxxxxxxxxxxxx> <Anton.Krug@xxxxxxxxxxxxx> wrote:
>
> It doesn't work on other peripherals, because that CoreTimer is the only peripheral I modeled for our RISC-V target.
> Under 'breaking it' I mean the peripheral is designed to be accessed in 32-bit mode and so does the simulated model of the peripheral, however in the simulated model I broke the spec and allowed it to be accessed in 8-bit chunks as well, then the peripheral view works as shown in the screenshot.

If the SVD defines the registers as 32-bit, and you see 8-bit accesses, then you probably hit a bug in the GME peripheral registers viewer, I don't think it has to do with CDT.


Regards,

Liviu


Back to the top