Replies: 3 comments 1 reply
-
|
Changing to discussions as this appears to be an issue / howto on Proteus rather than a MicroPython issue, |
Beta Was this translation helpful? Give feedback.
-
|
Yes I did open a new forum item at the Proteus forms asking the same thing. I added it here to in case it might be a MicroPython issue. |
Beta Was this translation helpful? Give feedback.
-
|
Simulating MP on an ESP32-S3 sounds like a tall order: a dual-core machine running FreeRTOS on one core and MP on the other. Can Proteus really do this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Port, board and/or hardware
esp32-S3
MicroPython version
I'm not sure how to get the MicroPython version I'm using Proteus Design Suite 9.1.
Reproduction
I'm trying to simulate a schematic in Proteus Design Suite 9.1. When I try to run I see the below in the log. I have tried commenting out all the code and just a single
print()statement and I still get the error.FATAL: uncaught NLR 0x000001abb7f792a0 [U2_CORE] @0.000000042sPython execution terminated [U2_CORE] @0.000000042sExpected behaviour
I should be able to simulate the esp32-S3.
Observed behaviour
Simulation results in the below log statement.
FATAL: uncaught NLR 0x000001abb7f792a0 [U2_CORE] @0.000000042sPython execution terminated [U2_CORE] @0.000000042sAdditional Information
Code of Conduct
Yes, I agree
Beta Was this translation helpful? Give feedback.
All reactions