2021-06-07 08:37 AM
I'm developing on Linux and I would like to find a c++ library that simulates the behavior of the stm32 micro controller's family.
I'm looking for something similar to simavr.
is there something like that?
2021-06-07 08:47 AM
Which STM32? The real bear is simulating/emulating the peripheral level functionality rather than the Cortex-Mx
Perhaps look a MAME or QEMU type projects, or emulators where you can support code/scripts to simulate specific HW of interest.
2021-06-07 09:02 AM
Hello, Thanks for the answer.
I'm currently developing on the Nucleo Boards the l432kc and the f446re.
So I would like something to simulate/emulate them as first.
2021-06-07 09:49 AM
No, not really. There is this for the F1 series but not sure how much use it gets:
http://beckus.github.io/qemu_stm32/