Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

PIC17C752T Datasheet(PDF) 9 Page - Microchip Technology

Part # PIC17C752T
Description  High-Performance 8-Bit CMOS EPROM Microcontrollers with 10-bit A/D
Download  328 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  MICROCHIP [Microchip Technology]
Direct Link  http://www.microchip.com
Logo MICROCHIP - Microchip Technology

PIC17C752T Datasheet(HTML) 9 Page - Microchip Technology

Back Button PIC17C752T Datasheet HTML 5Page - Microchip Technology PIC17C752T Datasheet HTML 6Page - Microchip Technology PIC17C752T Datasheet HTML 7Page - Microchip Technology PIC17C752T Datasheet HTML 8Page - Microchip Technology PIC17C752T Datasheet HTML 9Page - Microchip Technology PIC17C752T Datasheet HTML 10Page - Microchip Technology PIC17C752T Datasheet HTML 11Page - Microchip Technology PIC17C752T Datasheet HTML 12Page - Microchip Technology PIC17C752T Datasheet HTML 13Page - Microchip Technology Next Button
Zoom Inzoom in Zoom Outzoom out
 9 / 328 page
background image
© 1998 Microchip Technology Inc.
DS30289A-page 9
PIC17C7XX
3.0
ARCHITECTURAL OVERVIEW
The high performance of the PIC17CXXX can be attrib-
uted to a number of architectural features commonly
found in RISC microprocessors. To begin with, the
PIC17CXXX uses a modified Harvard architecture.
This architecture has the program and data accessed
from separate memories. So, the device has a program
memory bus and a data memory bus. This improves
bandwidth over traditional von Neumann architecture,
where program and data are fetched from the same
memory (accesses over the same bus). Separating
program and data memory further allows instructions
to be sized differently than the 8-bit wide data word.
PIC17CXXX opcodes are 16-bits wide, enabling single
word instructions. The full 16-bit wide program mem-
ory bus fetches a 16-bit instruction in a single cycle. A
two-stage pipeline overlaps fetch and execution of
instructions. Consequently, all instructions execute in a
single cycle (121 ns @ 33 MHz), except for program
branches and two special instructions that transfer data
between program and data memory.
The PIC17CXXX can address up to 64K x 16 of pro-
gram memory space.
The PIC17C752 and PIC17C762 integrate 8K x 16 of
EPROM program memory on-chip.
The PIC17C756A and PIC17C766 integrate 16K x 16
EPROM program memory on-chip.
A simplified block diagram is shown in Figure 3-1. The
descriptions of the device pins are listed in Table 3-1.
Program execution can be internal only (microcontrol-
ler or protected microcontroller mode), external only
(microprocessor mode) or both (extended microcon-
troller mode). Extended microcontroller mode does not
allow code protection.
The PIC17CXXX can directly or indirectly address its
register files or data memory. All special function reg-
isters, including the Program Counter (PC) and Work-
ing Register (WREG), are mapped in data memory.
The PIC17CXXX has an orthogonal (symmetrical)
instruction set that makes it possible to carry out any
operation on any register using any addressing mode.
This symmetrical nature and lack of ‘special optimal sit-
uations’ make programming with the PIC17CXXX sim-
ple yet efficient.
In addition, the learning curve is
reduced significantly.
One of the PIC17CXXX family architectural enhance-
ments from the PIC16CXX family allows two file regis-
ters to be used in some two operand instructions. This
allows data to be moved directly between two registers
without going through the WREG register. Thus
increasing performance and decreasing program
memory usage.
The PIC17CXXX devices contain an 8-bit ALU and
working register. The ALU is a general purpose arith-
metic unit. It performs arithmetic and Boolean func-
tions between data in the working register and any
register file.
The WREG register is an 8-bit working register used for
ALU operations.
All PIC17CXXX devices have an 8 x 8 hardware multi-
plier. This multiplier generates a 16-bit result in a single
cycle.
The ALU is 8-bits wide and capable of addition, sub-
traction, shift, and logical operations. Unless otherwise
mentioned, arithmetic operations are two's comple-
ment in nature.
Depending on the instruction executed, the ALU may
affect the values of the Carry (C), Digit Carry (DC),
Zero (Z) and overflow (OV) bits in the ALUSTA register.
The C and DC bits operate as a borrow and digit borrow
out bit, respectively, in subtraction. See the SUBLW and
SUBWF
instructions for examples.
Signed arithmetic is comprised of a magnitude and a
sign bit. The overflow bit indicates if the magnitude
overflows and causes the sign bit to change state. That
is if the result of 8-bit signed operations is greater than
127 (7Fh) or less than -128 (80h).
Signed math can have greater than 7-bit values (mag-
nitude), if more than one byte is used. The overflow bit
only operates on bit6 (MSb of magnitude) and bit7 (sign
bit) of each byte value in the ALU. That is, the overflow
bit is not useful if trying to implement signed math
where the magnitude, for example, is 11-bits.
If the signed math values are greater than 7-bits (such
as 15-, 24- or 31-bit), the algorithm must ensure that
the low order bytes of the signed value ignore the over-
flow status bit.
Example 3-1 shows an two cases of doing signed arith-
metic. The Carry (C) bit and the Overflow (OV) bit are
the most important status bits for signed math opera-
tions.
EXAMPLE 3-1:
8-BIT MATH ADDITION
Hex Value
Signed Values
Unsigned Values
FFh
+
01h
=
00h
C bit = 1
OV bit = 0
DC bit = 1
Z bit = 1
-1
+
1
=
0 (FEh)
C bit = 1
OV bit = 0
DC bit = 1
Z bit = 1
255
+
1
= 256
→ 00h
C bit = 1
OV bit = 0
DC bit = 1
Z bit = 1
Hex Value
Signed Values
Unsigned Values
7Fh
+
01h
=
80h
C bit = 0
OV bit = 1
DC bit = 1
Z bit = 0
127
+
1
=
128
→ 00h
C bit = 0
OV bit = 1
DC bit = 1
Z bit = 0
127
+
1
= 128
C bit = 0
OV bit = 1
DC bit = 1
Z bit = 0


Similar Part No. - PIC17C752T

ManufacturerPart #DatasheetDescription
logo
Microchip Technology
PIC17C752T MICROCHIP-PIC17C752T Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
PIC17C752T-08/JW MICROCHIP-PIC17C752T-08/JW Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
PIC17C752T-08/L MICROCHIP-PIC17C752T-08/L Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
PIC17C752T-08/P MICROCHIP-PIC17C752T-08/P Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
PIC17C752T-08/PQ MICROCHIP-PIC17C752T-08/PQ Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
More results

Similar Description - PIC17C752T

ManufacturerPart #DatasheetDescription
logo
Microchip Technology
PIC17C7XX MICROCHIP-PIC17C7XX_00 Datasheet
4Mb / 304P
   High-Performance 8-bit CMOS EPROM Microcontrollers with 10-bit A/D
2000
PIC17C7XX MICROCHIP-PIC17C7XX_13 Datasheet
4Mb / 306P
   High-Performance 8-bit CMOS EPROM Microcontrollers with 10-bit A/D
11/29/12 1998-2013
PIC17C75X MICROCHIP-PIC17C75X Datasheet
2Mb / 320P
   High-Performance 8-Bit CMOS EPROM Microcontrollers
1997 - 1999
PIC18CXX2 MICROCHIP-PIC18CXX2_13 Datasheet
4Mb / 304P
   High Performance Microcontrollers with 10-bit A/D
11/29/12 1999-2013
PIC10F222T-E MICROCHIP-PIC10F222T-E Datasheet
970Kb / 86P
   High-Performance Microcontrollers with 8-bit A/D
06/25/07
PIC10F222-I MICROCHIP-PIC10F222-I Datasheet
970Kb / 86P
   High-Performance Microcontrollers with 8-bit A/D
06/25/07
PIC18CXX2 MICROCHIP-PIC18CXX2 Datasheet
5Mb / 296P
   High-Performance Microcontrollers with 10-Bit A/D
1999
PIC18CXX2 MICROCHIP-PIC18CXX2_01 Datasheet
4Mb / 305P
   High Performance Microcontrollers with 10-bit A/D
2001
PIC18C242-I-SP MICROCHIP-PIC18C242-I-SP Datasheet
4Mb / 304P
   High Performance Microcontrollers with 10-bit A/D
11/29/12
PIC10F220T-I-OT MICROCHIP-PIC10F220T-I-OT Datasheet
861Kb / 86P
   High-Performance Microcontrollers with 8-bit A/D
06/25/07
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100  ...More


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com