Getting abort() was called at PC 0x4201f923 on core 0 #9413
Murugesh-Hobbyist
started this conversation in
Question - Community Help
Replies: 3 comments 1 reply
-
Looks like the problem is in Adafruit_ADS1X15. Post an issue in their repo. They probably need to make a minor change to support the new ADC code in 3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This also looks like a case of failed memory allocation, which may be a bug in the Adafruit library or in your code consuming more memory than expected. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Problem resolved. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP32S3
Device Description
runs for 5 min correctly and reboots.
Hardware Configuration
5,6 - I2C,
10,11,12,13 - SPI,
17,18 - UART1,
7,8 - UART2
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows-11
Flash frequency
80
PSRAM enabled
yes
Upload speed
115200
Description
it works exactly as expected for around 5 minutes and restarts with a message.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions