Shop OBEX P1 Docs P2 Docs Learn Events
Multi core COG memory model C compiler — Parallax Forums

Multi core COG memory model C compiler

SteveW719SteveW719 Posts: 40
edited 2015-05-13 07:35 in Learn with BlocklyProp
I am confused on the COG memory model. I understand it runs from the limited 2K memory of the cog but it seems you select this model for the whole project. What if you wanted cog0 for example to be a supervisory cog that started the other cogs and handled communication with a LCD to display data. Some cogs would want to be very fast and run a small C program completely but Cog0 does need to run from Cog memory. How does that work?

I may not have explained my question very well but I hope some of you can follow.

Thanks

Comments

Sign In or Register to comment.