The Zero Tutorial - Getting Started
mindrobots
Posts: 6,506
Very basic tutorial. Getting started with a step by step tour through the hello.c program that loads when you first start SimpleIDE.
There's a very simple, very brief overview of the memory models at the end.
Feedback is appreciated!! Thanks!
Enjoy!
There's a very simple, very brief overview of the memory models at the end.
Feedback is appreciated!! Thanks!
Enjoy!
Comments
Thanks for taking the time to read it.
Only confusing part is the part where it talks about sleep running slower than waitcnt due to it not fitting within the cog. Makes it sound like the code executes slower - but it's comparing clkfreq/10 to sleep(1).
Thanks Rick.
--Steve
Loved the scope tutorial.