hello ....
I want to use simulator in the keilv5 bout I cant do that and see this error
would you please help me .....
thanks in advanced
[img]s6.picofile.com/.../error.jpg[/img]
Hi Dany, the reason for this is that your device is not supported in simulator mode. Your application tries to access a peripheral which is not covered in simulation and raises an exception - so this is the error you are facing.
Kind regards, Ralf
Ralf Kopsch Senior Applications Engineer ARM Germany GmbH
Hello thanks for your answer I wrote a simple program for lpc1768 in the keil4 before and that was ok and when I open this program with keil5 and set the package this is good and I can to simulate and debug it but when I want to create new project in keil5 I faced with this error
...a quick hint on that is to compare and adapt the Simulators 'CPU DLL'- and 'Dialog-DLL'-settings and Parameter at "Options For Target - Debug"
thanks Dear Kopsch
this is my options for target window
s4.picofile.com/.../error2.JPG
I saw this page but I don't know what to do http://www.keil.com/support/docs/814.htm
would you please help my I tested lots of way but they haven't useful
Ok, that's the "DEBUG" pane, you need to move over to the "DEVICE" pane, and pick a part which has simulation support for the features you need.
Here is a good video from ST on setting up the Keil IDE for debugging.
It is for a ST part, not a NXP part, but it should help
... - take your Keil V4 created : "simple program for lpc1768" - refer to "Options For Target - Debug" and the left side where you have selected "Use Simulator" - on the bottom you see "CPU DLL / Parameter" and "Dialog DLL / Parameter"
-> These DLL's and Parameters enter at your Keil V5 project. This now may allow a simulation of your device, but - as I said - we officially don't offer and guarantee a device support with MDK-5. Cheers
thanks Dear R. Kopsch, your suggestion is useful Best wish