Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by paolo.gai@Dec 23 2005, 04:51 PM at a first though, i would say "probably not"...
in general, the code that is contained in the elf file for each cpu is the code of the application plus the drivers... you need to have the -same- memory map and peripheral map to do that ... also you may end up in problems if some addresses are hardcoded in the binary image (like all the peripheral addresses contained inside system.h ...
...just a curiosity, what is the behavior you would like to implement?
merry christmas,
paolo
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11767)
--- quote end ---
--- Quote End --- You're probably right about the memory/peripheral map being different. I guess I was actually thinking about some other threads asking about how to load multiple programs into flash, and then use a custom bootloader to selectively load them. In a multiprocessor system, the extension of that would be, is it possible for one processor to load code from flash into SDRAM and cause it to run on another processor?