Search found 3 matches

by hobbsac
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

ESP_Sprite wrote:
Fri Apr 01, 2022 6:07 am
You're very optimistically assuming your malloc() succeeds.
How do I make sure that it succeeds? Is this a common issue with ESP32 or is it something wrong with my code?
by hobbsac
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...
by hobbsac
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.