Need more longs! (aka - Can I page SPIN from high EEPROM?)
__red__
Posts: 470
I have a sneaking suspicion that it's not possible but I have to ask.
Let's say I have three SPIN programs which each take up 12k each. I just need to run each of them in their own cog.
Is it possible to page them from eeprom into hub memory and then execute?
I'm pretty sure the answer is "No" but I needed to ask.
Are there other things you can page in and out of hub memory other than I guess strings and maybe PASM.
Thanks,
Red
Let's say I have three SPIN programs which each take up 12k each. I just need to run each of them in their own cog.
Is it possible to page them from eeprom into hub memory and then execute?
I'm pretty sure the answer is "No" but I needed to ask.
Are there other things you can page in and out of hub memory other than I guess strings and maybe PASM.
Thanks,
Red
Comments
On edit: I see you do want to keep Spin image 1 programs running. That won't work, because when you load image 2 the Spin program from image 1 will be overwritten. You can hold over PASM images that keep running but Spin lives in the Hub and if you reload, you lose the old version.