QW1 TechTools, QW1 Datasheet - Page 135

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
© 2007 TechTools
3.3.8
3.3.9
MPLABC
Hi-Tech C
You can use TDE's FILE/OPEN to create and maintain this file just like any other file in your
You must also create a LINKER file to tell the linker which header files the source files
used, and which object files it should link. Failure to define a proper linker file will result in
the linker failing to complete. An incorrect LINKER file may generate seemingly unrelated
error messages or cause the build to stall, making TDE appear to hang. If the build
seems to be taking too long, click on the console ICON on the task bar to see what the
compiler is doing. It may be waiting on you to acknowledge that you have read a critical
error message.
A typical LINKER file follows:
When running under TDE, the LINKER file MUST have a '.LNK' extension. You also
MUST type the link file NAME, WITHOUT EXTENSION in the OPTIONs box of the
PROJECT NODE. For example, you might create a LINKER file called myprj.LNK. You
would then type "myprj"
(without the quotes..of course) in the OPTIONs box of the PROJECT NODE.
MPLABC is a SINGLE SOURCE FILE type tool. You can NOT specify multiple source file
NODEs in the project. However, you can 'include' as many files as you wish 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 MPLABC project would specify MPLABC as the TOOL in the PROJECT NODE.
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.
The Hi-Tech C compiler can be used in several modes. If you are compiling a single file,
you can set up a simple project that compiles and links in a single step. In this case, you
would specify Hi-Tech C for the PROJECT NODE TOOL. Then ADD your source file and
specify 'NONE' for its tool.
#include <16c74.h>
#include <math.h>
OBJECT = file1, file2
OBJECT = file3, file4
compiler = mpc.exe
project.
HINT:
TechTools Design Environment
129

Related parts for QW1