⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abstract.txt

📁 Salvo是一种非常精简的实时操作系统
💻 TXT
字号:
/************************************************************ 
Copyright (C) 1995-2002 Pumpkin, Inc. and its
Licensor(s). Freely distributable.

$Source: C:\\RCS\\d\\salvo\\ex\\ex1\\sysp\\abstract.txt,v $
$Author: aek $
$Revision: 3.2 $
$Date: 2003-05-24 19:17:55-07 $

Abstract file for Salvo IAR PIC18C ex1 project.

************************************************************/

These projects for IAR PIC18C EW + C-SPY were 
built using the Full version of the IAR PIC18C C compiler 
and follow these naming conventions:

  ex1lite.pew    Salvo Lite project, built with Salvo library
  
After opening a project, select Project > Build All, then 
Project > Debug. This should launch C-SPY. You can 
set breakpoints in the tasks, watch port PORTB change, use the
Profiler, etc. as you step through or run the application. 

To examine CODE, DATA and NEARDATA requirements for this Salvo 
application, open the .map file in the Listings group folder of 
the project window.

These tutorials can be used with any PIC18 variant. To use a 
processor other than the PIC18C452, be sure to change:

  * Project > Options > General > Target > Processor Variant > 18C452
  * Project > Options > XLINK > Include > XCL file name 
     (if overriding default)
  * Project > Options > C-SPY > C-SPY Settings > Sfr description file 
     (if overriding default)
  * #include <io18c452.h> in the project's salvocfg.h
	
to the filenames appropriate for your PIC18 PICmicro(R) MCU.

Salvo Lite and LE libraries do not contain source-level 
debugging information. Therefore you cannot step through their
Salvo services at the source level. Salvo Pro libraries are
built with embedded debugging information, allowing you to 
step through Salvo libraries at the source level. If you
installed Salvo into a directory other than c:\salvo, you may
need to steer C-SPY to your salvo\src directory when prompted.

Select Project > Options > C-SPY > C-SPY Settings > Driver >
ICE2000 Simulator if you prefer to run on real hardware instead 
of in the simulator. Realtime mode should be used.

C-SPY does not simulate the PIC18's timer interrupts. Therefore
you'll need to use Control > Interrupt > Vector > TMR0IF to force 
a TMR0 interrupt in order to fully simulate the actions of OSTimer() 
and delayed tasks in these tutorials.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -