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

📄 readme.txt

📁 16位PIC单片机PIC33C语言学习资料。学习16位单片机的好资料
💻 TXT
字号:
                 Readme File for Code Example:
               CE026 - dsPIC SMPS ADC Early Interrupt
               --------------------------------------

The dsPIC SMPS Family of Digital Signal Controllers feature an on-chip 
10-bit 2 MSPS A/D Converter. The module is designed to trigger and convert
Analog Channels in pairs. The Early interrupt feature allows an interrupt
to be generated immediately after the first conversion of the pair is
completed.

This code example sets up ADC  pair 0 (AN1,AN0) conversion to be triggered 	
by software trigger. The Early Interrupt feature is enabled. In this example,
the FRC with Hi-Range is set up to run at  frequency of 14.55MHz. This will
result in Fcy = 29.1 MHz.   The input clock to the ADC  clock divider will be

Tcy = 34.364 nsec  													
Time required for one conversion  = 721.64 nsec						

The first end-of-conversion is detected by the ADC interrupt while the 
second end-of-conversion is detected by polling the PEND0 bit in the ADPC0
register.Fadc = 232.8 MHz.

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. Push-Pull PWM.mcw, Push-Pull PWM.mcp
        These are MPLAB

⌨️ 快捷键说明

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