User guide
CIF Module - SimpleVSP
66 CoMET Version 5.9 – Tutorial
We can now edit the start address and memory size of these blocks to suit our VPM. This is
conveniently done in Memory Parameter view.
Open SimpleVSP1.pcx in Memory Parameter view (right click on a line and select
Memory Parameter View from the context menu)
The appropriate memory block start and size addresses for the ARM926EJS processor are:
• GenericMemory[0]: Start 0, Size 8*M (reset vector)
• GenericMemory[1]: Start 0xA0000000, Size 64*M (code)
• GenericMemory[2]: Start 0xE0000000, Size 1*M (data)
Values may differ for other VPMs.
To edit the parameter, click in the required cell, then click again to open it in edit mode.
Edit the values for StartAddress and MemorySize as required.
The next step is to add the target code.