readme.txt
来自「16位PIC单片机PIC33C语言学习资料。学习16位单片机的好资料」· 文本 代码 · 共 23 行
TXT
23 行
Readme File for Code Example:
CE032 - dsPIC SMPS ADC Interrupt Vectoring - Assembly
-----------------------------------------------------
This code example shows ADBASE Interrupt Vectoring using assembly code.
A Jump Table stores the addresses of the pair conversion interrupt handlers
ADBASE is initialized such that, on recieveing an interrupt, it points to the
corresponding pair inettrupt handler address. A goto instruction then jumps
to this address.
Clock source is FRC Hi-Range with TUN bits = 0000.
This file provides a brief description of files and folders provided
in the accompanying workspace.
This folder contains the following files:
1. This file
This file provides a description of the functionality demonstr-
ated by the example source code.
2. ADBASE Interrupt Vectoring Assembly.mcw,
ADBASE Interrupt Vectoring Assembly.mcp
These are MPLAB
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?