Re: msflash (fal) library in XIP mode on WindowsCE 5.0?
- From: "Silver" <moc.liamtoh@gnirrevliseht>
- Date: Mon, 28 Jan 2008 15:02:42 -0800
The FAL doesn't care what is being done with the data it retrieves. For XIP to work flash region will not be managed by the FAL, it will be exposed to the OS as a flat binary region. It will not be formatted as BINFS either.
Note that XIP and paging are not the same thing. If you have a NAND flash then you can page sections of flash into RAM for execution - you can do this with NOR as well but it is not XIP in that case. BINFS is the file system used to do this.
eXecute In Place - XIP - is where the CPU directly fetches instruction and data from the flash without putting it in RAM first.
Geoff
--
.
- Follow-Ups:
- Re: msflash (fal) library in XIP mode on WindowsCE 5.0?
- From: Bonne Zwaga
- Re: msflash (fal) library in XIP mode on WindowsCE 5.0?
- References:
- msflash (fal) library in XIP mode on WindowsCE 5.0?
- From: Bonne Zwaga
- msflash (fal) library in XIP mode on WindowsCE 5.0?
- Prev by Date: Re: USB messagebox
- Next by Date: Re: Kernel start up problem CE5
- Previous by thread: msflash (fal) library in XIP mode on WindowsCE 5.0?
- Next by thread: Re: msflash (fal) library in XIP mode on WindowsCE 5.0?
- Index(es):
Relevant Pages
|