2022-06-05 04:38 AM
Hello,
I want to know if there are other platforms like proteus in which I can virtually simulate STM32 MCU and OLED display.
STM32 programs are not working in proteus. I just used simple toggle LED program but it is not running on proteus,
Solved! Go to Solution.
2022-06-06 04:01 AM
Nowadays, with cheap & readily-available hardware including on-chip debug, there is a lot less call for such simulation - especially if you want it cheap!
So, do you really need a simulator - could you not just use real hardware and the debugger?
"STM32 programs are not working in proteus"
Proteus is an independent 3rd party product - nothing to do with ST.
For Proteus support, see:
https://www.labcenter.com/contact/
https://support.labcenter.com/forums/index.php
https://www.labcenter.com/simulation/
https://www.labcenter.com/tutorials/
https://www.labcenter.com/support/
https://www.youtube.com/channel/UCFNnl5S532GMtwXJUYRo_wQ
Or, as @Community member said, take a look at QEMU: https://www.qemu.org/
2022-06-05 06:52 AM
Not really.
There are 2 kinds of professional simulators.
2022-06-05 07:27 AM
Unfortunately the low cost of actual hardware, exponentially expanding part portfolio, and the lack of paying customers (pirates and crackers), and the generally high costs of doing this well, have driven most away from this market space.
If you're a paying Proteus customer, try requesting functionality from them. Or get involved in QEMU/MAME development by contributing or developing functionality you deem important.
IRL
2022-06-06 04:01 AM
Nowadays, with cheap & readily-available hardware including on-chip debug, there is a lot less call for such simulation - especially if you want it cheap!
So, do you really need a simulator - could you not just use real hardware and the debugger?
"STM32 programs are not working in proteus"
Proteus is an independent 3rd party product - nothing to do with ST.
For Proteus support, see:
https://www.labcenter.com/contact/
https://support.labcenter.com/forums/index.php
https://www.labcenter.com/simulation/
https://www.labcenter.com/tutorials/
https://www.labcenter.com/support/
https://www.youtube.com/channel/UCFNnl5S532GMtwXJUYRo_wQ
Or, as @Community member said, take a look at QEMU: https://www.qemu.org/
2022-06-06 01:27 PM
Recently ARM advertised their "virtual hardware". Maybe, this.
2022-06-06 03:31 PM
Interesting - although still not a complete, timing-accurate simulation of a specific microcontroller:
https://arm-software.github.io/AVH/main/simulation/html/index.html#Development_Challanges
2022-06-14 11:55 AM
Thank you