forked from luminvent/yaserde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsvd.xml
More file actions
44 lines (44 loc) · 1.64 KB
/
svd.xml
File metadata and controls
44 lines (44 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<device schemaversion="foo" xmlns="http://www.w3.org/2001/XMLSchema-instance" xsnonamespaceschemalocation="CMSIS-SVD.xsd">
<devattributes>
<vendor>Renesas</vendor>
<vendorid>Renesas</vendorid>
<name>V850</name>
<series>E1/E2/CA2</series>
<version>1.2</version>
<description>NEC/Renesas V850 automotive grade ICs</description>
<licensetext>GPLv3</licensetext>
<cpu>
<name>V850</name>
<revision>r1</revision>
<endian>LE</endian>
<mpupresent>false</mpupresent>
<fpupresent>false</fpupresent>
<vendorsystickconfig>false</vendorsystickconfig>
</cpu>
<addressunitbits>8</addressunitbits>
<width>32</width>
<size>32</size>
<access>read-write</access>
<resetvalue>0x00000000</resetvalue>
<resetmask>0xFFFFFFFF</resetmask>
<peripherals>
<name>Specific Registers</name>
<version>1.0</version>
<description>Specific Registers</description>
<groupname>MCU</groupname>
<baseaddress>0xFFFFF1FC</baseaddress>
<size>16</size>
<access>read-write</access>
<registers>
<name>PRCMD</name>
<description>This command register (PRCMD) is to protect the registers that may have a significant influence on the application system (PSC, PSM) from an inadvertent write access, so that the system does not stop in case of a program hang-up.</description>
<addressoffset>0xFFFFF1FC</addressoffset>
<size>8</size>
<access>read-write</access>
<resetvalue>0x0000</resetvalue>
<resetmask>0xFFFF</resetmask>
</registers>
</peripherals>
</devattributes>
</device>