cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 mcu simulation

LConc.1
Associate

Hi

I am making a project on a STM32F767ZI MCU and with this situation I cant efficiently test the code which depends on input/output of digital and analog variables because i dont have access to the hardware (in this case i want do drive a motor and i need feedback de speed via encoder read).

I could simulate the control using the MCU, just calculating what speed it would be for a given output, but this solution is not very elegant once i need to test 9 analog sensors as well. :(

So my ideia is to see if is there any platform I can use so simulate the MCU with de code i made (like the MULTISIM to 8051 MCU's), and had some extra hardware.

LConc

1 REPLY 1
TDK
Guru

There's not a good simulator/emulator for the STM32, especially if you need to interface with many external components. Best way is to just get a board and test it out. Board are pretty cheap and easy to get, although not free.

If you feel a post has answered your question, please click "Accept as Solution".