Tool/software:
After my system starts vTaskStartScheduler(); if I execute free = xPortGetFreeHeapSize(); min = xPortGetMinimumEverFreeHeapSize(); void *ptr = pvPortMalloc(128);
the system will jump to prefetchEntry.I would like to know why this happens and how to avoid it. By the way, I am currently using the mbedtls encryption library, so I need to use pvPortMalloc.