Post Reply 
Question about GSL
09-04-2015, 12:54 PM
Post: #10
RE: Question about GSL
(09-04-2015 06:57 AM)Paul Dale Wrote:  Is there any physical reason you can't execute in the place the code? I'm not overly familiar with the prime architecture but I've done more than a bit getting code to run from flash (m68k no-mmu execute in place shared libraries which made it into gcc).

- Pauli

From a post in another forum, the flash seems to be a NAND (K9F2G08U0C from Samsung), and therefore appears to the CPU as a block device connected to the NAND controller in the CPU, not as an actual memory bank connected to the Memory Controller. While there's usually a 4 kbyte window of SRAM that could be used to execute code without using the main RAM (as far as I know it's used only to bootstrap bootloaders), all you can do with NAND is read/write blocks like a disk device.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Question about GSL - douganc - 09-03-2015, 09:08 AM
RE: Question about GSL - Tim Wessman - 09-03-2015, 02:44 PM
RE: Question about GSL - matthiaspaul - 09-03-2015, 10:43 PM
RE: Question about GSL - Tim Wessman - 09-03-2015, 11:47 PM
RE: Question about GSL - Paul Dale - 09-04-2015, 06:57 AM
RE: Question about GSL - Claudio L. - 09-04-2015 12:54 PM
RE: Question about GSL - douganc - 09-03-2015, 04:40 PM
RE: Question about GSL - parisse - 09-03-2015, 07:53 PM
RE: Question about GSL - douganc - 09-03-2015, 09:55 PM
RE: Question about GSL - parisse - 09-04-2015, 05:10 AM
RE: Question about GSL - debrouxl - 09-04-2015, 03:01 PM



User(s) browsing this thread: 1 Guest(s)