欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC17LC752-25/P 参数 Datasheet PDF下载

PIC17LC752-25/P图片预览
型号: PIC17LC752-25/P
PDF下载: 下载PDF文件 查看货源
内容描述: 高性能8位CMOS微控制器的EPROM [High-Performance 8-Bit CMOS EPROM Microcontrollers]
分类和应用: 微控制器可编程只读存储器电动程控只读存储器
文件页数/大小: 320 页 / 2172 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC17LC752-25/P的Datasheet PDF文件第308页浏览型号PIC17LC752-25/P的Datasheet PDF文件第309页浏览型号PIC17LC752-25/P的Datasheet PDF文件第310页浏览型号PIC17LC752-25/P的Datasheet PDF文件第311页浏览型号PIC17LC752-25/P的Datasheet PDF文件第313页浏览型号PIC17LC752-25/P的Datasheet PDF文件第314页浏览型号PIC17LC752-25/P的Datasheet PDF文件第315页浏览型号PIC17LC752-25/P的Datasheet PDF文件第316页  
PIC17C75X  
List of Equations and Examples  
List of Figures  
Example 3-1: Signed Math..................................................9  
Example 4-1: Instruction Pipeline Flow.............................19  
Example 6-1: Saving STATUS and WREG in RAM  
(Simple) ......................................................37  
Example 6-2: Saving STATUS and WREG in RAM  
Figure 3-1:  
Figure 4-1:  
PIC17C75X Block Diagram........................ 10  
Oscillator / Resonator Start-up  
Characteristics............................................ 15  
Crystal or Ceramic Resonator Operation  
(XT or LF OSC Configuration).................... 16  
Crystal Operation, Overtone Crystals  
(XT OSC Configuration) ............................. 16  
External Clock Input Operation (EC OSC  
Configuration)............................................. 17  
External Parallel Resonant Crystal  
Oscillator Circuit ......................................... 17  
External Series Resonant Crystal  
Oscillator Circuit ......................................... 17  
RC Oscillator Mode .................................... 18  
Clock/Instruction Cycle............................... 19  
Simplified Block Diagram of On-chip  
Reset Circuit............................................... 21  
Using On-Chip POR................................... 22  
External Power-On Reset Circuit  
(For Slow VDD Power-Up) .......................... 22  
Oscillator Start-Up Time............................. 22  
Time-Out Sequence on Power-Up  
Figure 4-2:  
Figure 4-3:  
Figure 4-4:  
Figure 4-5:  
Figure 4-6:  
(Nested)......................................................38  
Example 7-1: Indirect Addressing.....................................51  
Example 8-1: Table Write .................................................58  
Example 8-2: Table Read .................................................60  
Example 9-1: 8 x 8 Unsigned Multiply Routine .................61  
Example 9-2: 8 x 8 Signed Multiply Routine .....................61  
Equation 9-1: 16 x 16 Unsigned Multiplication Algorithm..62  
Example 9-3: 16 x 16 Unsigned Multiply Routine .............62  
Equation 9-2: 16 x 16 Signed Multiplication Algorithm......63  
Example 9-4: 16 x 16 Signed Multiply Routine .................63  
Example 10-1: Initializing PORTA.......................................66  
Example 10-2: Initializing PORTB.......................................69  
Example 10-3: Initializing PORTC ......................................72  
Example 10-4: Initializing PORTD ......................................74  
Example 10-5: Initializing PORTE.......................................76  
Example 10-6: Initializing PORTF.......................................78  
Example 10-7: Initializing PORTG ......................................80  
Example 10-8: Read Modify Write Instructions on an  
I/O Port .......................................................83  
Figure 4-7:  
Figure 4-8:  
Figure 5-1:  
Figure 5-2:  
Figure 5-3:  
Figure 5-4:  
Figure 5-5:  
(MCLR Tied to VDD) ................................... 24  
Time-Out Sequence on Power-Up  
Figure 5-6:  
Example 12-1: 16-Bit Read.................................................89  
Example 12-2: 16-Bit Write.................................................89  
Example 13-1: Sequence to Read Capture Registers......103  
Example 13-2: Writing to TMR3........................................104  
Example 13-3: Reading from TMR3 .................................104  
Example 14-1: Calculating Baud Rate Error.....................110  
Example 15-1: Loading the SSPBUF (SSPSR) Register..127  
Equation 16-1: A/D Minimum Charging Time  
(For CHOLD) ..............................................170  
Example 16-1: Calculating the Minimum Required  
Acquisition Time .......................................171  
Example 16-2: A/D Conversion.........................................172  
(MCLR NOT Tied to VDD)........................... 24  
Slow Rise Time (MCLR Tied to VDD) ......... 24  
External Brown-out Protection Circuit 1 ..... 28  
External Brown-out Protection Circuit 2 ..... 28  
Figure 5-7:  
Figure 5-8:  
Figure 5-9:  
Figure 5-10: Brown-out Situations .................................. 28  
Figure 6-1:  
Figure 6-2:  
Interrupt Logic ............................................ 29  
INTSTA Register (Address: 07h,  
Unbanked).................................................. 30  
PIE1 Register (Address: 17h, Bank 1) ....... 31  
PIE2 Register (Address: 11h, Bank 4) ....... 32  
PIR1 Register (Address: 16h, Bank 1) ....... 33  
PIR2 Register (Address: 10h, Bank 4) ....... 34  
INT Pin / T0CKI Pin Interrupt Timing.......... 36  
Program Memory Map and Stack............... 39  
Memory Map in Different Modes ................ 40  
External Program Memory Access  
Figure 6-3:  
Figure 6-4:  
Figure 6-5:  
Figure 6-6:  
Figure 6-7:  
Figure 7-1:  
Figure 7-2:  
Figure 7-3:  
Waveforms ................................................. 41  
Typical External Program Memory  
Figure 7-4:  
Connection Diagram................................... 41  
PIC17C75X Register File Map ................... 43  
ALUSTA Register (Address: 04h,  
Figure 7-5:  
Figure 7-6:  
Unbanked).................................................. 47  
CPUSTA Register (Address: 06h,  
Unbanked).................................................. 48  
T0STA Register (Address: 05h,  
Unbanked).................................................. 49  
Indirect Addressing..................................... 50  
Figure 7-7:  
Figure 7-8:  
Figure 7-9:  
Figure 7-10: Program Counter Operation....................... 52  
Figure 7-11: Program Counter using The CALLand  
GOTOInstructions ....................................... 52  
Figure 7-12: BSR Operation ........................................... 53  
Figure 8-1:  
Figure 8-2:  
Figure 8-3:  
Figure 8-4:  
Figure 8-5:  
Figure 8-6:  
TLWTInstruction Operation ........................ 55  
TABLWTInstruction Operation .................... 55  
TLRDInstruction Operation ........................ 56  
TABLRDInstruction Operation .................... 56  
TABLWTWrite Timing (External Memory)... 58  
Consecutive TABLWTWrite Timing  
(External Memory)...................................... 59  
TABLRDTiming........................................... 60  
TABLRDTiming (Consecutive TABLRD  
Figure 8-7:  
Figure 8-8:  
Instructions)................................................ 60  
DS30264A-page 312  
Preliminary  
1997 Microchip Technology Inc.  
 复制成功!