Malloc Calloc operations in STM32F4 without RTOS
Hi, i have an application where i have to read data and store in a buffer, now the buffer length depends on the data_len byte once received from the slave. Than is it wise to use Malloc/Calloc functions? Basically is the dynamic memory allocation sup...