How do I make sure that it succeeds? Is this a common issue with ESP32 or is it something wrong with my code?ESP_Sprite wrote: ↑Fri Apr 01, 2022 6:07 amYou're very optimistically assuming your malloc() succeeds.
Search found 3 matches
- Fri Apr 01, 2022 6:03 pm
- Forum: ESP-IDF
- Topic: StoreProhibited error when equating two pointers
- Replies: 3
- Views: 2052
Re: StoreProhibited error when equating two pointers
- Fri Apr 01, 2022 2:07 am
- Forum: ESP-IDF
- Topic: StoreProhibited error when equating two pointers
- Replies: 3
- Views: 2052
StoreProhibited error when equating two pointers
Hello, I am using the ESP-WROOM-32 with the latest version of ESP-IDF and have run into an error. I am trying to set a double pointer in a struct equal to another double pointer. My code works fine until it encounters this line of code (it works if it is commented out) where it will cause the core t...
- Fri Oct 08, 2021 3:35 am
- Forum: ESP32 Arduino
- Topic: Getting started with ESP32-DevKitM-1 - how to configure IDE for single core?
- Replies: 4
- Views: 8006
Re: Getting started with ESP32-DevKitM-1 - how to configure IDE for single core?
Were you able to solve this? I am having the exact same issue.