Difference between revisions of "Microcontroller Tools"
(→Description) |
(→External Links) |
||
Line 9: | Line 9: | ||
== External Links == | == External Links == | ||
− | [ | + | [https://www.silabs.com/products/mcu/Pages/SoftwareDownloads.aspx Windows IDE and Tools] |
[http://ec2drv.sourceforge.net Linux Driver for Programming Cable] | [http://ec2drv.sourceforge.net Linux Driver for Programming Cable] | ||
[http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] | [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)] |
Revision as of 18:52, 25 November 2008
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.