#include "FreeRTOS.h" #include "task.h" /* Allocate the DMA-capable heap in OCRAM. */ __attribute__((section(".freertos_heap"))) uint8_t ucHeap[configTOTAL_HEAP_SIZE];