Difference between revisions of "Microcontroller Tools"
(→Description) |
|||
Line 4: | Line 4: | ||
An IDE is not strictly neccessary, but there is a decent one for Windows from [http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/en/MCU_Downloads.htm SiLabs]. | An IDE is not strictly neccessary, but there is a decent one for Windows from [http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/en/MCU_Downloads.htm SiLabs]. | ||
+ | |||
+ | See page on [[Programming Microcontroller]] for more information. | ||
== External Links == | == External Links == |
Revision as of 22:55, 13 December 2006
Description
To compile programs for the C8051F320 microcontroller, a compiler is needed. There are a couple of commercial ones, but the only good free C compiler seems to be the Small Device C Compiler (SDCC).
An IDE is not strictly neccessary, but there is a decent one for Windows from SiLabs.
See page on Programming Microcontroller for more information.