Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by bkucera@Jan 3 2006, 07:00 PM 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?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11911)
--- quote end ---
--- Quote End --- I think so, but I never tried it... the code should be crafted to be loaded and executed on the other processor, and the memories should be shared between the two CPUs... then you can write the memory from one CPU, then just send a message to the other CPU saying you want to execute some code at some location, and the second CPU could wake up and jump to the appropriate location... bye Paolo