Re: Start address of partition memory and acces to a partition memory



On Jul 24, 11:20 pm, nicolas.min...@xxxxxxxxxxxxxx wrote:
I want to create a test on a partition of my SDRAM. For this, I want
to allocate a partition memory for this and only for this.

Ok. I am assuming here that the SDRAM bank is not used for the OS
heap. In this case all you need to do is this:

partition = memPartCreate (<base address of the SDRAM>, <size of the
partition>);

Of course your SDRAM bank has to be described to the system via the
BSP's sysPhysMemDesc[] array.

Cheers,

--
PAD

.