Dark AI
Dark AI
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 problems
6 replies