Hi Dave,
I found the tutorials on sparkfun particularly useful when starting
out embedded programming:
http://www.sparkfun.com/commerce/tutorials.php
I've not seen any specifically aimed at learning C via uCs.
If you on windows I highly recommend AVR studio for a development
environment, the simulator is very useful for seeing whats going on
especially where you don't have access to a serial connection.
Cheers,
Aaron
> --
> You received this message because you are subscribed to the Google Groups "Birmingham Hack Space" group.
> To post to this group, send email to birmingham...@googlegroups.com.
> To unsubscribe from this group, send email to birmingham-hack-...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/birmingham-hack-space?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "Birmingham Hack Space" group.
To post to this group, send email to birmingham...@googlegroups.com.
To unsubscribe from this group, send email to birmingham-hack-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/birmingham-hack-space?hl=en.
Hope I'm not overcooking GB's expert advice, but I thought I'd mention that when I'm learning something new like that I like to have a quick read of compiler manuals. My reasoning is that most compilers are based around a K&R (Kernigan and Richie, if I've spelt it right) core language, but they all have tons of non-K&R functions that are compiler specific.
For the core language and functions there's useful stuff on the microelektronica website, and also for the ccs compiler (inc. examples):
http://www.ccsinfo.com/content.php?page=syntax-functions
As I mentioned above though, reading the manual for the compiler you're going to use saves a lot of time as most of the useful functions are compiler specific.
I wish the arduino ide would support 8 pin chips. Presumably it's a memory limitation.
I hope that helps :-)
Best wishes,
Andrew.
Dave
> birmingham-hack-...@googlegroups.com<birmingham-hack-space%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/birmingham-hack-space?hl=en.
>
>
--