This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi All,
I'm new to this VCOP.
I have written an application that consists of 2 modules, say A, B.
Module A operates on uint8_t data type and produces results in uint8_t type.
Module B has 3 stages.
Here, i want to allocate memory in IBUFHA and IBUFHB at the very begining (before start of module A). and free those memories at the very end.
Is there a way to allocate a memory, at first for uint8_t* and later to make it as uint16_t* and int16* , without freeing the memories in between ?
With Regards,
Likhith
Hi Likhith,
You can use vcop_malloc ( this is similar to malloc) and it can allocate memories in EVE's internal memory. You can control when you want to free a particular memory.
Regards,
Anshu