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

📄 readme.txt

📁 血凝仪检测系统,硬件电路部分由正弦波产生模块、前级放大与滤波模块、检测线圈、锁相环同步检波模块、后级平滑滤波与放大模块、AD转换器、线圈驱动模块、单片机模块等部分组成。
💻 TXT
字号:
AvrX for avr-gcc, version 2.6 test cases

8-June-2001

After executing a "make clean" the directory listing is as follows:

BasicTest1.c	- Simple tasking and priority shifting.  Also 
		demonstrates hooking into a timer interrupt.

BasicTest2.c	- Runs through all semaphore interfaces and exercises
		the semaphore queueing mechanism.

BasicTest3.c	- Checks out the Timer Queue mechanism, then spins off
		three tasks to hammer on the queue with interrupts enabled.

BasicTest4.c	- Checks out the message queueing system.  Again, spins off
		a couple tasks in the end to hammer on the queue with an
		interrupt handler as well to check out asyncronous handling
		of the queue.

hardware.inc	- some fundamental hardware information - look to makefile
		for the stack location.

*.avd		- Astudio file defining the target simulation hardware
*.aio		- Astudio file defining the session I/O window layout

makefile	- the makefile

MAKEFILE instructions:

The makefile depends upon the environment variable AVRX being
set to the root directory of the AvrX distribution.  E.g. the parent
directory where this ReadMe.txt file is found.

See ../avrx/readme.txt for compiler information

RUNNING TESTS

All the tests toggle bits on PORTB to indicate things are working.  In
general stepping through the main code to insure that each call is working
as expected, then checking the state of the LED bits (set breakpoints on
the outp() command in studio) to insure they are toggling periodically.

NOTE: "hardware.h" defines what ports and bits are actually used.  So, feel
free to change things.

⌨️ 快捷键说明

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