Search found 1 match

by georgn
Sat Oct 25, 2025 5:27 pm
Forum: ESP-IDF
Topic: CPU Startup Fails When Using Heap Task Tracking
Replies: 7
Views: 1390

Re: CPU Startup Fails When Using Heap Task Tracking

I ran into this problem today moving a project from 4.x to 5.x.

I found that log messages from my `app_main()` worked but log messages in child functions in other modules where I had a different `TAG` value were seeing this panic. Disabling heap task tracing in `menuconfig` made the problem go away ...

Go to advanced search