This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Created new SFR file for CortexM3 based device but bot working

Hi,
For the cortexM3 based processor, i created new *SFR file. expected behavior is it has to show some more peripherals in the debugging window, but it's not showing anything.

Please can anyone suggest what might be wrong in this case?
How can i interpret and validate the generated SFR file is correct?

Parents Reply Children
  • Hi Satheesh,

    did you raise a support request that I can help you much better?

    ---
    The SVD file gets compiled into a binary format (containing lots of generated structure information), and loaded into the UV System Viewer, which is a display (no Simulation). Registers and fields can be read and written.

    The Peripheral menu entry connects to a C implementation of Peripheral Simulation inside a dll, or - in Target mode - acts like a display where you can read and write the registers / fields of a peripheral.

    For the Peripherals menu please have a look at AGSI:
    http://www.keil.com/uvision/db_sim_agsi.asp

    .
    BR,
    /th.