Hi,
I want to use dynamic memory allocation for reading the ICM426 SPI ACCELAROMETER sensor data.
I coudn't find any functions for creating memory dynamically, can you please provide the data for creating memory dynamically.
Thanks and Regards,
Vishal kumar.
Device:
Hi Vishalkumar,
For memory allocation you can use the OS_MALLOC_* and for memory de-allocation the OS_FREE_*. Please check the osal.h that provides wrappers of the FreeRTOS API for the following RTOS primitives.
Thanks, PM_Dialog