I'm searching for IAR Simulator where I can run my code without the hardware. If there is, is there a trail period? And also where can I download it and how do I simulate? The hardware I'm looking at is STM32F7.
Asked
Active
Viewed 1,588 times
1 Answers
2
If you are using the EmbeddedWorkbench from IAR, you could simply debug your project and select the simulator as driver.
The EWARM has a build in simulator for the supported devices (but only the controller and no peripherals).
In the Project Options under Debugger you select Simulator as driver and than start debugging.
There are two Demo Versions available (one with a time limitation of 30 days and a second one limited to 32kb code size)
You could find both on the IAR Website

theSealion
- 1,082
- 7
- 13
-
In the simulator section I cannot see the option probe to select. Is there something that I have to install additionally? – Harshita Nadig Apr 06 '20 at 08:14
-
Small mistake, it is called driver. – theSealion Apr 06 '20 at 08:22
-
Thank you. So now I can run the code without the hardware, right? – Harshita Nadig Apr 06 '20 at 09:12
-
yes, but you have to observe some limitations (e.g. do not select the HSE since it will never be stable :) ) – theSealion Apr 06 '20 at 09:15