Search found 2 matches
- Mon Aug 19, 2024 7:45 am
- Forum: ESP-IDF
- Topic: World Controller ESP32s3
- Replies: 3
- Views: 723
Re: World Controller ESP32s3
thanks for your response! I don't mind having to spend (even significant) development time to get it running reliably. I only worry whether world controller alone is secure enough to protect the flash/efuses from malicious access. My application is the execution of user-provided "shader" functions w...
- Sun Aug 18, 2024 6:52 pm
- Forum: ESP-IDF
- Topic: World Controller ESP32s3
- Replies: 3
- Views: 723
World Controller ESP32s3
Hi I have an application where user-provided code has to be loaded and executed (not flashed, only executed from RAM using espressif/elf_loader). It has to be assumed that this code is malicious, and doing everything it can to destroy the device. I am especially worried about flash and efuses. The a...