Search code examples
simulatorcortex-miarstm32f7

Is there a Simulator for IAR?


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.


Solution

  • 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.

    Project Options

    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