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
ESP32 Dev Module
ESP32-S3-DevKitC-1 v1.1
No specific configuration
latest master (checkout manually)
Arduino IDE
Windows 11
240
yes
921600
Starting from Arduino ESP32 3.0.0-alpha3 SPI.end() calls spiStopBus twice
The second call tries to invoke removeApbChangeCallback which is already removed by then.
#include <SPI.h> void setup() { SPI.begin(); SPI.end(); } void loop() { yield(); }
ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x1 (POWERON),boot:0x18 (SPI_FAST_FLASH_BOOT) SPIWP:0xee Octal Flash Mode Enabled For OPI Flash, Use Default Flash Boot Mode mode:SLOW_RD, clock div:1 load:0x3fce3818,len:0x438 load:0x403c9700,len:0x4 load:0x403c9704,len:0x9ac load:0x403cc700,len:0x2758 entry 0x403c9868 [ 134][E][esp32-hal-cpu.c:140] removeApbChangeCallback(): not found func=0x42002a24 arg=0x3fc93c00
No response
The text was updated successfully, but these errors were encountered:
P-R-O-C-H-Y
Successfully merging a pull request may close this issue.
Board
ESP32 Dev Module
Device Description
ESP32-S3-DevKitC-1 v1.1
Hardware Configuration
No specific configuration
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
240
PSRAM enabled
yes
Upload speed
921600
Description
Starting from Arduino ESP32 3.0.0-alpha3 SPI.end() calls spiStopBus twice
The second call tries to invoke removeApbChangeCallback which is already removed by then.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: