Search found 2 matches

by antonskoumoller
Fri Aug 02, 2024 8:42 am
Forum: ESP32 Arduino
Topic: ESP32S3 TinyML with tensorflow and wifi crashing
Replies: 3
Views: 1166

Re: ESP32S3 TinyML with tensorflow and wifi crashing

I tried allocating extra stack size for a certain task but the solution was to just increase it with

Code: Select all

SET_LOOP_TASK_STACK_SIZE(16 * 1024);
Thanks for the responses!
by antonskoumoller
Thu Jul 25, 2024 9:35 am
Forum: ESP32 Arduino
Topic: ESP32S3 TinyML with tensorflow and wifi crashing
Replies: 3
Views: 1166

ESP32S3 TinyML with tensorflow and wifi crashing

Hi! I working on a project using a custom ESP32S3 chip and I am experiencing issues when I have both a tensorflow model and Wifi running at the same time. I can have them running seperately but when running together I get Guru Meditation Error: Core 1 panic'ed (Unhandled debug exception). Debug exce...