Dark AI
DIIDevHeads IoT Integration Server
•Created by Dtynin on 8/30/2024 in #firmware-and-baremetal
Trouble Creating a Thread on AVR32UC with Zephyr – Any Tips?
Hi @Dtynin in other to fix the thread creation issue, first make sure your
STACK_SIZE
is large enough. Check your memory settings in prj.conf
and confirm that the PRIORITY
is set correctly. Also, ensure the thread is initialized properly and consider tweaking Zephyr settings like CONFIG_MAIN_STACK_SIZE
and CONFIG_MAX_THREAD_BYTES
. If it still doesn't work, use debugging tools to identify any resource problems6 replies