Re: Start address of partition memory and acces to a partition memory
- From: PAD <pierre-alain@xxxxxxxxxxx>
- Date: Mon, 28 Jul 2008 10:46:36 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Start address of partition memory and acces to a partition memory
- From: nicolas . minier
- Re: Start address of partition memory and acces to a partition memory
- References:
- Start address of partition memory and acces to a partition memory
- From: nicolas . minier
- Re: Start address of partition memory and acces to a partition memory
- From: PAD
- Re: Start address of partition memory and acces to a partition memory
- From: nicolas . minier
- Start address of partition memory and acces to a partition memory
- Prev by Date: Re: making ppp interface on motfcc END
- Next by Date: ttyDevice
- Previous by thread: Re: Start address of partition memory and acces to a partition memory
- Next by thread: Re: Start address of partition memory and acces to a partition memory
- Index(es):