Setting expectations while migrating your mind from SPIN/PASM to SimpleIDE C
Alex.Stanfield
Posts: 198
Hi, is there a reference chart, list or material about the context and differences that could aid someone used to SPIN/PASM transition to SimpleIDE C?
The learn tutorials are Ok but I'd like the big picture, things like:
- How many cogs do I have available from the start assuming I use a debug port?
- what's the footprint for the different memory models?
- in typical uses (Serial, I2C, SD card, etc) what is the footprint?
Any pointers?
Thanks
Alex
The learn tutorials are Ok but I'd like the big picture, things like:
- How many cogs do I have available from the start assuming I use a debug port?
- what's the footprint for the different memory models?
- in typical uses (Serial, I2C, SD card, etc) what is the footprint?
Any pointers?
Thanks
Alex
Comments
I don't think we have the type of comparison document you are looking for yet, so instead of a link, here are answers.
PropWare
http://david.zemon.name/PropWare/index.html
libpropeller
https://github.com/libpropeller/libpropeller
Andy
For reference on another thread which derived to a similar question SRLM posted this link that I find very useful
https://sites.google.com/site/propellergcc/documentation/faq
Alex