F32 Command Stream Interpreter
Malcolm
Posts: 15
in Propeller 1
Is there a spin example that shows how to use the F32_1_6 Command Stream Interpreter?
Comments
I'm not sure what you mean by this question. I wasn't aware of an object with this title. The only reference to "F32_1_6 Command Stream Interpreter" was this thread.
If you're interested in using F32 from multiple cogs, I could probably help. I have version of F32 which uses a lock to allow only one cog access to it at a time.
My interest is using F32 from multiple cogs. I would appreciate getting a copy of F32 that uses a lock.
Malcolm
I added these methods back in.
I haven't tested this version but it should work.
Let me know if you have any problems.
You should only call the "Start" method from one cog. Once the object has been started any cog can call the methods.
All the variables are in the DAT section so these are shared among all instances of the object.
Malcolm