Re: VMA vs LMA?
- From: larwe <zwsdotcom@xxxxxxxxx>
- Date: Wed, 29 Aug 2007 05:55:45 -0700
On Aug 29, 7:19 am, David Brown <da...@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
ROM'ed program, where the program is run directly from the ROM rather
than being first copied into RAM (in which case you have the same
situation as an OS and a file), the code at the beginning of the program
copies the data across and also clears the bss - this is part of the
The other place where it's common to see VMA != LMA (and code that
cares about the difference) is when initializing the MMU. You may have
code that's physically contiguous across a block of LMAs, but the
first few bytes set up the MMU and execution then passes to a new VMA.
.
- References:
- VMA vs LMA?
- From: dspfun
- Re: VMA vs LMA?
- From: David Brown
- VMA vs LMA?
- Prev by Date: Re: [OT] Freescale English?
- Next by Date: Re: ZigBee real using
- Previous by thread: Re: VMA vs LMA?
- Next by thread: Re: VMA vs LMA?
- Index(es):
Relevant Pages
|