QW1 TechTools, QW1 Datasheet - Page 136

PROGRAMMER PIC MCU QUICKWRITER

QW1

Manufacturer Part Number
QW1
Description
PROGRAMMER PIC MCU QUICKWRITER
Manufacturer
TechTools
Series
QuickWriter™r
Type
QuickWriterr
Datasheets

Specifications of QW1

Contents
MCU Programmer with In-Circuit Serial Programming Cable and Optional GANG Adapters
For Use With/related Products
PIC Micro® MCU
For Use With
CBL-ICSP - CABLE PROG QUICKWRITER SERIALQW-4SSOP18 - ADAPTER QUICKWRITER 4GANG 18SSOPQW-4SSOP28 - ADAPTER QUICKWRITER 4GANG 28SSOPQW-4SO8/14W - ADAPT QUICKWRTR 4GANG 8/14SOIC WQW-4SO8/14N - ADAPT QUICKWRTR 4GANG 8/14SOIC NQW-4SOIC18 - ADAPTER QUICKWRITER 4GANG 18SOICQW-4ZIF18 - ADAPTER QUICKWRITER 4-GANG 18ZIFQW-4SOIC28 - ADAPTER QUICKWRITER 4GANG 28SOICQW-4PLCC44 - ADAPTER QUICKWRITER 4GANG 44PLCCQW-4ZIF40/28 - ADAPT QUICKWRITER 4GANG 40/28ZIFMP-ZIF14 - ADAPTER QUICKWRITER 14-PIN ZIFMP-SOIC8/14 - ADAPTER QUICKWRITER 8/14-SOICMP-SSOP18 - ADAPTER QUICKWRITER 18-SSOPMP-SSOP28 - ADAPTER QUICKWRITER 28-SSOPMP-14000 - ADAPTR QUICKWRTR PIC14000 28-PINMP-SOIC18 - ADAPTER QUICKWRITER 18-SOICMP-SOIC28 - ADAPTER QUICKWRITER 28-SOICMP-PLCC44 - ADAPTER QUICKWRITER 44-PIN PLCCMP-ZIF18/28 - ADAPTER QUICKWRITER 18/28PIN ZIFMP-ZIF40 - ADAPTER QUICKWRITER 40-PIN ZIF

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
QW152
Manufacturer:
Laird Technologies IAS
Quantity:
135
130
PicTools Manual 3.0
If your project consists of several files, you have two choices.
The first choice is to specify multiple source files, each with a TOOL setting of 'NONE'.
You can also add LIBRARY or OBJECT files to the project, again specifying tool settings
of 'NONE'. This causes all source files to be passed to the PROJECT NODE TOOL.
The PROJECT NODE TOOL (Hi-Tech C) would then compile and link them all together.
The second approach is to specify the "Hi-Tech C to OBJ" tool for each SOURCE FILE
NODE. This approach causes the Hi-Tech C compiler to be invoked for EACH source
file. The resulting OBJECT files are then
LINKED together by the Hi-Tech C compiler TOOL specified on the PROJECT NODE.
You can even mix the two approaches; compiling some of the source NODEs directly and
others at LINK time. What makes this all work is the fact that the Hi-Tech C compiler will
accept a mixture of source, library and OBJECT files. It compiles what needs compiled
and then links them all together.
3.3.10 CCS
CCS - PCB (Base: 12 bit compiler)
CCS - PCM (Mid-range: 14 bit compiler)
These are SINGLE SOURCE FILE type tools. You can NOT specify multiple source file
NODEs in the project. However, you can 'include' multiple files into the main source file.
This does not reduce your ability
to debug. You can set breakpoints and single-step through included files exactly the
same as the main file.
A typical project would specify PCB or PCM as the TOOL in the PROJECT node
(depending on whether your are compiler for a 12bit or a 14bit device). A single file
NODE would be added to indicate the main source file. Its TOOL would be set to NONE.
No path or options are required unless you failed to set your system path during
installation of the compiler. If your system path is not set, you can specify the PATH
to the compiler executable in the TOOL PATH option box.
We can not force PCB or PCM to generate COD format debugging information with
command-line parameters. Instead, the compiler looks for this information in a file called
PC.DEF in the project's local directory each time it is invoked. Each time we start a
BUILD, we copy a PC.DEF file from the TDE install directory into your project directory,
insuring that the compiler is properly instructed to generate the necessary information for
debugging. If CCS changes the format of this file in the future, simply replace the one in
the TDE directory with an updated version. TDE will then use the new PC.DEF file for all
future builds.
© 2007 TechTools

Related parts for QW1