How about configUSE_NEWLIB_REENTRANT? Are you doing anything with malloc (even indirectly; newlib uses it internally sometimes)? I once wasted a lot of time on a mysterious intermittent crash because I didn't have that set.
And, of course, configCHECK_FOR_STACK_OVERFLOW.
And, of course, configCHECK_FOR_STACK_OVERFLOW.
Statistics: Posted by carlk3 — Wed Dec 27, 2023 9:35 pm