Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32-S3 support #66

Open
benjaminaigner opened this issue Mar 13, 2024 · 0 comments
Open

ESP32-S3 support #66

benjaminaigner opened this issue Mar 13, 2024 · 0 comments

Comments

@benjaminaigner
Copy link
Collaborator

Dear all,

if you want to compile this repository for the ESP32-S3 (not officially supported by us, because we are not using it), please note following things:

  • BLE4.2 features are not activated by default in esp-idf and will result in many undefined reference errors on linking. I've added the flag to sdkconfig.defaults, so this should not happen
  • There is a funny behavior of an endless reset loop with the reason E (427) spi_flash: Detected size(512k) smaller than the size in the binary image header(2048k). Probe failed. This is related to a wrong SPI flash mode. Please set `enable octal flash' in idf.py menuconfig, it works. We will not set the it in sdkconfig.defaults, because it is not tested with the original ESP32.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant