📄 abstract.txt
字号:
/************************************************************
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.
$Source: C:\\RCS\\d\\salvo\\tut\\tu1\\sysa\\abstract.txt,v $
$Author: aek $
$Revision: 3.0 $
$Date: 2003-07-19 14:41:39-07 $
Abstract file for Salvo tutorial projects for use with
HT-PICC and MPLAB v5.x/v6.x.
*************************************************************
The tutorials are for the PIC16F877 on the PICDEM-2 demo
board. The Salvo portions will work on any member of the
PIC16 family.
These Salvo tutorial projects were built using HT-PICC
v8.x and its associated command-line tools.
The tutorials follow these naming conventions:
tu[1-6]lite.pjt/mcp Salvo Lite project, built with Salvo library
tu[1-6]le.pjt/mcp Salvo LE project, built with Salvo library
tu[1-6]pro.pjt/mcp Salvo Pro project, built with Salvo source
Projects are provided for MPLAB v5.5 and later (*.pjt), and
MPLAB v6.2 and later (*.mcp). The directions below are for
MPLAB v6.x.
After opening a project or its associated workspace, select
Project -> Build All. If you have selected a debugger (e.g.
MPLAB-ICE2000), the program will be loaded into memory
at the end of a successful build. Choose Debugger -> Run to
run the program. You can set breakpoints in the tasks, watch
the variable PORTB pins change, etc. as you step through or
run the application.
To examine the memory requirements for this Salvo application,
open the .map file in the project folder.
To use the tutorial projects with an alternate processor
(e.g. the PIC16F877A), select a different device (Configure
-> Select Device).
Salvo Lite and LE users cannot step through the Salvo services
contained in the libraries at the source level because the
Salvo source files are not present in these distributions.
Salvo Pro users can step through Salvo source code and Salvo
libraries at the source-code level.
See the the Tutorial chapter of the Salvo User Manual and App
Note AN-?? for more details on the tutorial projects and using
Salvo with HT-PICC.
************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -