Address of Spin interpreter in ROM?
David Betz
Posts: 14,516
I've asked this before but I'm afraid I can't find the previous reply.
Where is the Spin interpreter located in hub ROM? I need to start an image that I've loaded into hub memory and need to know what parameters to pass to coginit to start the image. I am just loading an ordinary .binary file generated by the Spin compiler and will have just placed it in hub memory starting at location zero. What coginit parameters are required to start the image? I will be starting the image from PASM code running in a COG using the coginit instruction.
Thanks and sorry for the repeat question!
David
Where is the Spin interpreter located in hub ROM? I need to start an image that I've loaded into hub memory and need to know what parameters to pass to coginit to start the image. I am just loading an ordinary .binary file generated by the Spin compiler and will have just placed it in hub memory starting at location zero. What coginit parameters are required to start the image? I will be starting the image from PASM code running in a COG using the coginit instruction.
Thanks and sorry for the repeat question!
David
Comments
Jeff T.