This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

osPoolCreate() Memory Allocation

Hi,

in our system I am using an external SDRAM which I want to use for holding my different memory pool.

I cannot find how to tell Keil RTX to allocate on my SDRAM @ 0xC0000000 instead of the internal RAM @ 0x20010000.

Is it possible to do this or I need to make my own memory pool function?

Thank you