- xml/dtd updated (using XInclude)
- templates moved to /general folder git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@62 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
16
mcdp/resources/targets/mpc555/devices/deviceMPC555Flash.xml
Normal file
16
mcdp/resources/targets/mpc555/devices/deviceMPC555Flash.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<!-- Internal Flash description for the Motorola MPC555 Microcontroller -->
|
||||
<!DOCTYPE device SYSTEM "../../general/device.dtd">
|
||||
|
||||
<device type="Ppc555Flash" width="4">
|
||||
<attributes mode="replace" read="add"></attributes>
|
||||
<segment name="InternalFlashA">
|
||||
<base>0x2000</base>
|
||||
<size>0x3E000</size>
|
||||
</segment>
|
||||
<segment name="InternalFlashB">
|
||||
<base>0x40000</base>
|
||||
<size>0x30000</size>
|
||||
</segment>
|
||||
</device>
|
||||
Reference in New Issue
Block a user