I fixed the new error I got about the StoreProhibited triggered by FreeRTOS.
after I got it going I changed some of the code by changing some int variables to float then I was getting a read from prohibited error. I changed it back and added 3 new float variables and the code started working error ...
Search found 2 matches
- Fri Sep 26, 2025 9:05 am
- Forum: ESP-IDF
- Topic: StoreProhibited triggered by FreeRTOS
- Replies: 14
- Views: 46960
- Wed Sep 24, 2025 5:09 pm
- Forum: ESP-IDF
- Topic: StoreProhibited triggered by FreeRTOS
- Replies: 14
- Views: 46960
Re: StoreProhibited triggered by FreeRTOS
G'day I had this exact fault. I had code that worked well but when I decided to add an OLED display and put it onto core 0 I had the same crashes as you. I ended up trying to put in a delay(1000); before the for(;;) statement and it worked. Not saying it will work for you but worth a try.
I then ...
I then ...