We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was getting this error & a crash loop when trying to use the first BLE iBeacon example with a DEVKIT v1 board:
E (372) psram: PSRAM ID read error: 0xffffffff E (376) cpu_start: Failed to init external RAM!
After some research and realizing it has no external RAM, the solution was to change this configuration:
Component config -> ESP32-specific -> Support for external, SPI-connected RAM -> DISABLE
Thought this might be a good thing to mention as you recommend this board but it doesn't seem to be the default selection in menuconfig
menuconfig
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was getting this error & a crash loop when trying to use the first BLE iBeacon example with a DEVKIT v1 board:
After some research and realizing it has no external RAM, the solution was to change this configuration:
Thought this might be a good thing to mention as you recommend this board but it doesn't seem to be the default selection in
menuconfig
The text was updated successfully, but these errors were encountered: