We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
Hi,
I created the SFR file and it's showing the registers also. It's showing register information from View->System Viewer->(Peripheral Name). But i want to see from Peripherals-> So for this what are the steps to do once i generate SFR file? Please help on this.
Regards Satheesh G
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.