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.

Concerto F28M35H52 - Shared memory- dynamic allocation of memory

Hello,

  I want to share some data between C28 and M3 cores. The data is a matrix having different sizes depending on the user`s settings. I`m thinking to allocate it using dynamic allocation of memory, but I don`t know if shared RAM support dynamic allocation of memory. 

   Do you know if Shared Ram supports dynamic memory allocation?

  I have also tried to declaire a variable in the Shared memory and after that to point towards it with a pointer and to use from the memory as much as I need. This method works, but I don`t know if it is safe.

   Do you know if the compiler uses the Shared memory for any reason? I`m affraied that by using the second method not to overwrite what does it writes there. I have checked the memory before implementing the code and there was zero at all location I needed.

  Thanks,

     Monica