Search found 3 matches

by habib123
Wed Jan 17, 2024 5:23 pm
Forum: ESP32 Arduino
Topic: Qemu environment problem for ESP32-C3
Replies: 4
Views: 29006

Re: Qemu environment problem for ESP32-C3

WOW :shock:
I would never think you can mix those.
But now this works with arduino code, big thanks!!!
by habib123
Mon Jan 15, 2024 5:59 pm
Forum: ESP32 Arduino
Topic: Qemu environment problem for ESP32-C3
Replies: 4
Views: 29006

Re: Qemu environment problem for ESP32-C3

It is trying to init the SPI flash device, and failing. How is the emulator presenting the flash? And, as a side note, have you tried out https://wokwi.com ? Hi lbernstone I did some further testing and when i build the project in VSC/P.IO but with ESP-IDF framework it works fine. Merge and qemu co...
by habib123
Sat Jan 13, 2024 9:35 pm
Forum: ESP32 Arduino
Topic: Qemu environment problem for ESP32-C3
Replies: 4
Views: 29006

Qemu environment problem for ESP32-C3

Hello First of all, it's my first post here, so welcome everyone. What I'm trying to do is to prepare an environment for biggier project but instead of flashing all the time, I want to run qemu to test first. The real/future target is ESP32-C3, custom hardware provided by external party, so no way t...