Friday, May 21, 2010

Programming microcontrollers?

i know about the electronics part of buildng a robot by i get stuck on the programming part i know about c and c++ programming but i dont know how to implement them in a microcontroller i mean the functions that should be used and how to form an interface between the outputs and my code plzz anyone having any kinda info share it with me as i have to build a robot bfore the end of this month to take part in a competition





PLZZ HELP

Programming microcontrollers?
Depending on the brand of uC you select will determine the programming software you use. IAR systems offeres a "Kickstart" edition to their Embedded Workbench C compilier. The kickstart edition is limited in the amount of code it is able to compile. (5K for an AVR uC) and doesn't come with any floating point math libraries.





Atmel %26amp; Microchip provide assembly programming development software for free.





If you really want todo C programming I suggest the book "Programming the Atmel Butterfly in C" It is an excellent how to which takes you step by step using an open source C compilier (GCC) . The butterfly is a cheap $35 development system tha is the size of a business card.





If you want really simple uC programming then look at Parallax's Basic Stamp. These uC's are programmed in BASIC and have lots of support.


No comments:

Post a Comment