Difference between revisions of "Microcontroller Tools"

From NaWiki
Jump to: navigation, search
 
(Description)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Description ==
 
== 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 [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)].
+
To compile programs for the [[C8051F320]] or [[C8051F34A]] microcontroller, a compiler is needed. There are a couple of commercial ones, but the only good free C compiler seems to be the [http://sdcc.sourceforge.net/ Small Device C Compiler (SDCC)].
  
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 available from [https://www.silabs.com/products/mcu/Pages/SoftwareDownloads.aspx SiLabs].
 +
 
 +
See page on [[Programming Microcontroller]] for more information.
  
 
== External Links ==
 
== External Links ==
  
[http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/en/MCU_Downloads.htm Windows IDE and Tools]
+
[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)]

Latest revision as of 19:53, 25 November 2008

Description

To compile programs for the C8051F320 or C8051F34A 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 available from SiLabs.

See page on Programming Microcontroller for more information.

External Links

Windows IDE and Tools

Linux Driver for Programming Cable

Small Device C Compiler (SDCC)