📄 abstract.txt
字号:
/************************************************************
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.
$Source: C:\\RCS\\d\\salvo\\tut\\tu1\\syse\\abstract.txt,v $
$Author: aek $
$Revision: 3.0 $
$Date: 2003-06-14 16:24:12-07 $
Abstract file for Salvo MPLAB-C18 on MPLAB v5.x/v6.x
tutorial projects.
*************************************************************
The tutorials are for the PIC18C452 on the PICDEM-2 demo
board. The Salvo portions will work on any member of the
PIC18 family.
These Salvo tutorial projects were built using MPLAB-C18
v2.2 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 PIC18F452), select a different device (Configure
-> Select Device) and replace the linker script file with
the one that's appropriate for your 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-12 for more details on the tutorial projects and using
Salvo with MPLAB-C18.
************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -