Can I create custom peripheral simulations with RealView MDK for ARM? For example, I would like to create a simulation of a FIFO user interface to the ARM. It would need read data from a file, trigger an interrupt on the ARM and feed the data from the FIFO via memory mapped registers. I've used this capability on other IDE products and I see that Keil provides peripheral simualtion, but its not clear to me if it is customizable.
Take a look here: http://www.keil.com/appnotes/docs/apnt_154.asp
Basically it works similar, but we have no updated information yet.
Thanks for the information. The app note says that Visual C 6.0 is required to build the peripheral simualtion DLL. Is this still a requirement or do later releases of the app wizard support more up to date versions of Visual C, e.g. Visual C.NET?? Visual C 6.0 is difficult to acquire.