Difference between revisions of "PIC MCUs: Software"
From Mech
Jump to navigationJump to searchLine 7: | Line 7: | ||
<br> |
<br> |
||
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. |
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 [[Debugging in CCS Windows IDE|here]]. |
Revision as of 12:59, 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:
- Programmer
- C Compiler
- 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.