Multi core COG memory model C compiler
SteveW719
Posts: 40
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
I may not have explained my question very well but I hope some of you can follow.
Thanks
Comments
Andy
Steve