cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a free to use STM32 simulator ?

MikeDB
Lead

I want to benchmark some code on a variety of STM32 devices before choosing the target device so would like to do this in a software simulation first. Are there any free or one-month trial simulators available that know all (most?) of the STM32 range ? The code isn't huge - about 4k program and 64k data.

4 REPLIES 4

There is no clock-precise simulator and, free nor paid, for various reasons, mainly because the designs are very complex and the details vital for clock-precise simulation are not made public.

Here https://community.st.com/s/question/0D50X00009XkXReSAN/virtual-device-for-stm32 somebody promoted their "solution" but I did not investigate deeper.

JW

ARM's CPAKs are guaranteed clock-precise and available for every model. I was hoping someone had integrated these into the backend of one of the common IDEs.

> available for every model

For every model of what?

JW

Processor cores : M0, M0+, M1, M3, M4, M7, A7, A8, A15, A35, A53, A71, etc, etc

ARM publish these and they can import .ELF files but it's a PITA to use them, hence I was hoping STM had linked them to CUBE or something.