Need someone with a ESP32-S3 based board to help me debug a bare metal issue

I am working on a project targetting the ESP32-S3 on bare metal, but im having weird issues on real hardware, that don't happen in wokwi. I only have a M5stick s3 on hand, but wokwi is emulating a esp32-s3 devkit-c1. I'd appreciate anyone testing it on any esp32-s3 based board, and I'd love to accept pull requests to add more board support, even though the ESP32-S3 port of my project is extremely early in development. Here is a link to the project (the ESP32-S3 related code is on the "dev" branch) https://github.com/VaporGame/openGPOS/tree/dev
GitHub
GitHub - VaporGame/openGPOS at dev
a os i am making. Contribute to VaporGame/openGPOS development by creating an account on GitHub.
2 Replies
pseud0
pseud03d ago
And those "weird issues" are?
VaporGame
VaporGameOP2d ago
sometimes (especially when using uart) (one example is using the uart character printing function inside the spi transfer function) it just seems to lock the entire system up

Did you find this page helpful?