FreeRTOS - Memory Management
Identify the error in this FreeRTOS memory management code:
void *ptr = pvPortMalloc(50); // Missing NULL check memcpy(ptr, source, 50);
void *ptr = pvPortMalloc(50); // Missing NULL check memcpy(ptr, source, 50);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions