Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

PIC18FXX2 Datasheet(PDF) 70 Page - Microchip Technology

Part # PIC18FXX2
Description  28/40-pin High Performance, Enhanced FLASH Microcontrollers with 10-Bit A/D
Download  332 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  MICROCHIP [Microchip Technology]
Direct Link  http://www.microchip.com
Logo MICROCHIP - Microchip Technology

PIC18FXX2 Datasheet(HTML) 70 Page - Microchip Technology

Back Button PIC18FXX2_06 Datasheet HTML 66Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 67Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 68Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 69Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 70Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 71Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 72Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 73Page - Microchip Technology PIC18FXX2_06 Datasheet HTML 74Page - Microchip Technology Next Button
Zoom Inzoom in Zoom Outzoom out
 70 / 332 page
background image
PIC18FXX2
DS39564C-page 68
© 2006 Microchip Technology Inc.
6.5
Write Verify
Depending on the application, good programming
practice may dictate that the value written to the mem-
ory should be verified against the original value. This
should be used in applications where excessive writes
can stress bits near the specification limit.
6.6
Protection Against Spurious Write
There are conditions when the device may not want to
write to the data EEPROM memory. To protect against
spurious EEPROM writes, various mechanisms have
been built-in. On power-up, the WREN bit is cleared.
Also, the Power-up Timer (72 ms duration) prevents
EEPROM write.
The write initiate sequence and the WREN bit together
help prevent an accidental write during brown-out,
power glitch, or software malfunction.
6.7
Operation During Code Protect
Data EEPROM memory has its own code protect
mechanism. External Read and Write operations are
disabled if either of these mechanisms are enabled.
The microcontroller itself can both read and write to the
internal Data EEPROM, regardless of the state of the
code protect configuration bit. Refer to “Special Features
of the CPU” (Section 19.0) for additional information.
6.8
Using the Data EEPROM
The data EEPROM is a high endurance, byte address-
able array that has been optimized for the storage of
frequently changing information (e.g., program vari-
ables or other data that are updated often). Frequently
changing values will typically be updated more often
than specification D124. If this is not the case, an array
refresh must be performed. For this reason, variables
that change infrequently (such as constants, IDs, cali-
bration, etc.) should be stored in FLASH program
memory.
A simple data EEPROM refresh routine is shown in
Example 6-3.
EXAMPLE 6-3:
DATA EEPROM REFRESH ROUTINE
Note:
If data EEPROM is only used to store con-
stants and/or data that changes rarely, an
array refresh is likely not required. See
specification D124.
clrf
EEADR
; Start at address 0
bcf
EECON1,CFGS
; Set for memory
bcf
EECON1,EEPGD
; Set for Data EEPROM
bcf
INTCON,GIE
; Disable interrupts
bsf
EECON1,WREN
; Enable writes
Loop
; Loop to refresh array
bsf
EECON1,RD
; Read current address
movlw
55h
;
movwf
EECON2
; Write 55h
movlw
AAh
;
movwf
EECON2
; Write AAh
bsf
EECON1,WR
; Set WR bit to begin write
btfsc
EECON1,WR
; Wait for write to complete
bra
$-2
incfsz
EEADR,F
; Increment address
bra
Loop
; Not zero, do it again
bcf
EECON1,WREN
; Disable writes
bsf
INTCON,GIE
; Enable interrupts


Similar Part No. - PIC18FXX2_06

ManufacturerPart #DatasheetDescription
logo
Microchip Technology
PIC18FXX2-E/L MICROCHIP-PIC18FXX2-E/L Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18FXX2-E/P MICROCHIP-PIC18FXX2-E/P Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18FXX2-E/PT MICROCHIP-PIC18FXX2-E/PT Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18FXX2-E/SO MICROCHIP-PIC18FXX2-E/SO Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18FXX2-E/SP MICROCHIP-PIC18FXX2-E/SP Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
More results

Similar Description - PIC18FXX2_06

ManufacturerPart #DatasheetDescription
logo
Microchip Technology
PIC18F2220 MICROCHIP-PIC18F2220_07 Datasheet
6Mb / 386P
   28/40/44-Pin High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology
2007
PIC18F2220 MICROCHIP-PIC18F2220 Datasheet
6Mb / 388P
   28/40/44-Pin High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D and nanoWatt Technology
2003
PIC18F258 MICROCHIP-PIC18F258 Datasheet
5Mb / 384P
   High Performance, 28/40-Pin Enhanced FLASH Microcontrollers with CAN
2002
PIC18F452-IPT MICROCHIP-PIC18F452-IPT Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18F242-I-SO MICROCHIP-PIC18F242-I-SO Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18F442-I MICROCHIP-PIC18F442-I Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18LF252-ISP MICROCHIP-PIC18LF252-ISP Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18F452 MICROCHIP-PIC18F452 Datasheet
5Mb / 332P
   High Performance, Enhanced FLASH Microcontrollers with 10-Bit A/D
2002
PIC18LF252-I MICROCHIP-PIC18LF252-I Datasheet
5Mb / 332P
   High-Performance, Enhanced Flash Microcontrollers with 10-Bit A/D
08/29/06
PIC18FXX8 MICROCHIP-PIC18FXX8_06 Datasheet
6Mb / 402P
   28/40-Pin High-Performance, Enhanced Flash Microcontrollers with CAN Module
2006
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