firmware
IEM Firmware Documentation
|
task. h
Memory regions are assigned to a restricted task when the task is created by a call to xTaskCreateRestricted(). These regions can be redefined using vTaskAllocateMPURegions().
xTaskToModify | The handle of the task being updated. | |
[in] | pxRegions | A pointer to a MemoryRegion_t structure that contains the new memory region definitions. |
Example usage: