Difference between revisions of "PIC MCUs: Software"

From Mech
Jump to navigationJump to search
Line 6: Line 6:
</ol>
</ol>


The CCS PIC-C Compiler combines the Design Environment and C Compiler, and interfaces easily with the CCS ICD-U40 Programmer. Also, as the name suggests, the ICD-U40 is an "In Circuit Debugger", which allows for
The CCS PIC-C Compiler combines the Design Environment and C Compiler, and interfaces easily with the CCS ICD-U40 Programmer. Also, as the name suggests, the ICD-U40 is an "In Circuit Debugger", which allows for the user to have in-depth, step-by-step control of the running of their program. Debugging is dicussed further here.

Revision as of 12:56, 25 June 2007

There are many different combinations of tools that allow you to program and interact with PIC microcontrollers. For any combination, however, there are a few required components:

  1. Programmer
  2. C Compiler
  3. Design Environment

The CCS PIC-C Compiler combines the Design Environment and C Compiler, and interfaces easily with the CCS ICD-U40 Programmer. Also, as the name suggests, the ICD-U40 is an "In Circuit Debugger", which allows for the user to have in-depth, step-by-step control of the running of their program. Debugging is dicussed further here.