GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Nokia > Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L )


Nokia Legacy Phones ( DCT-1 ,2 ,3 ,L ) Nokia Legacy Models Like 1011, 1610, 211x, 2x20, 6050, 3110, 8110, NKxxx , 2100, 3210, 3310, 3330, 3410, 5110, 5210, 5510, 6110, 6150, 6210, 6250, 7110, 8210, 8250, 8850 also 9110 & 9210

Reply
 
LinkBack Thread Tools Display Modes
Old 02-10-2002, 05:04   #1 (permalink)
Freak Poster
 
Join Date: Nov 2001
Location: india
Posts: 150
Member: 7176
Status: Offline
Thanks Meter: 0
Post where to find a programmer for 16ce625-please help


where can i find the programmer for programming 16ce625...can i use 16ce628 insted of 16ce625...<br />what is the exact value for the crystal used....<br />is it 8Mhz or 4Mhz...<br />thanking all zfrank friends...<br />harish [email protected]
  Reply With Quote
Old 02-10-2002, 05:14   #2 (permalink)
Freak Poster
 
Join Date: Feb 2002
Location: Somewhere in the world of cellphones
Posts: 143
Member: 9351
Status: Offline
Thanks Meter: 0
Post

Here is the .inc file for your convenience:

; P16CE625.INC Standard Header File, Version 1.00 Microchip Technology, Inc.<br /> NOLIST

; This header file defines configurations, registers, and other useful bits of<br />; information for the PIC16CE625 microcontroller. These names are taken to match <br />; the data sheets as closely as possible.

; Note that the processor must be selected before this file is <br />; included. The processor may be selected the following ways:

; 1. Command line switch:<br />; C:\ MPASM MYFILE.ASM /PIC16CE625<br />; 2. LIST directive in the source file<br />; LIST P=PIC16CE625<br />; 3. Processor Type entry in the MPASM full-screen interface

;================================================= =========================<br />;<br />; Revision History<br />;<br />;================================================ ==========================

;Rev: Date: Reason:

;1.00 17 Dec 1997 Initial Release<br />;1.01 02 Apr 1998 Fix incorrect BADRAM and MAXRAM information

;================================================= =========================<br />;<br />; Verify Processor<br />;<br />;================================================ ==========================

IFNDEF __16CE625<br /> MESSG "Processor-header file mismatch. Verify selected processor."<br /> ENDIF

;================================================= =========================<br />;<br />; Register Definitions<br />;<br />;================================================ ==========================

W EQU H'0000'<br />F EQU H'0001'

;----- Register Files------------------------------------------------------

INDF EQU H'0000'<br />TMR0 EQU H'0001'<br />PCL EQU H'0002'<br />STATUS EQU H'0003'<br />FSR EQU H'0004'<br />PORTA EQU H'0005'<br />PORTB EQU H'0006'<br />PCLATH EQU H'000A'<br />INTCON EQU H'000B'<br />PIR1 EQU H'000C'<br />CMCON EQU H'001F'

OPTION_REG EQU H'0081'<br />TRISA EQU H'0085'<br />TRISB EQU H'0086'<br />PIE1 EQU H'008C'<br />PCON EQU H'008E'<br />EEINTF EQU H'0090'<br />VRCON EQU H'009F'

;----- STATUS Bits --------------------------------------------------------

IRP EQU H'0007'<br />RP1 EQU H'0006'<br />RP0 EQU H'0005'<br />NOT_TO EQU H'0004'<br />NOT_PD EQU H'0003'<br />Z EQU H'0002'<br />DC EQU H'0001'<br />C EQU H'0000'

;----- INTCON Bits --------------------------------------------------------

GIE EQU H'0007'<br />PEIE EQU H'0006'<br />T0IE EQU H'0005'<br />INTE EQU H'0004'<br />RBIE EQU H'0003'<br />T0IF EQU H'0002'<br />INTF EQU H'0001'<br />RBIF EQU H'0000'

;----- PIR1 Bits ----------------------------------------------------------

CMIF EQU H'0006'

;----- CMCON Bits ---------------------------------------------------------

C2OUT EQU H'0007'<br />C1OUT EQU H'0006'<br />CIS EQU H'0003'<br />CM2 EQU H'0002'<br />CM1 EQU H'0001'<br />CM0 EQU H'0000'

;----- OPTION Bits --------------------------------------------------------

NOT_RBPU EQU H'0007'<br />INTEDG EQU H'0006'<br />T0CS EQU H'0005'<br />T0SE EQU H'0004'<br />PSA EQU H'0003'<br />PS2 EQU H'0002'<br />PS1 EQU H'0001'<br />PS0 EQU H'0000'

;----- PIE1 Bits ----------------------------------------------------------

CMIE EQU H'0006'

;----- PCON Bits ----------------------------------------------------------

NOT_POR EQU H'0001'<br />NOT_BO EQU H'0000'<br />NOT_BOR EQU H'0000'

;----- VRCON Bits ---------------------------------------------------------

VREN EQU H'0007'<br />VROE EQU H'0006'<br />VRR EQU H'0005'<br />VR3 EQU H'0003'<br />VR2 EQU H'0002'<br />VR1 EQU H'0001'<br />VR0 EQU H'0000'

;----- EEINTF Bits ----------------------------------------------------------

EESDA EQU H'0001'<br />EESCL EQU H'0002'<br />EEVDD EQU H'0000'

;================================================= =========================<br />;<br />; RAM Definition<br />;<br />;================================================ ==========================

__MAXRAM H'0FF'<br /> __BADRAM H'07'-H'09', H'0D'-H'1E'<br /> __BADRAM H'87'-H'89', H'8D', H'8F', H'91'-H'9E'<br /> __BADRAM H'C0'-H'EF'

;================================================= =========================<br />;<br />; Configuration Bits<br />;<br />;================================================ ==========================

_BODEN_ON EQU H'3FFF'<br />_BODEN_OFF EQU H'3FBF'<br />_CP_ALL EQU H'00CF'<br />_CP_75 EQU H'15DF'<br />_CP_50 EQU H'2AEF'<br />_CP_OFF EQU H'3FFF'<br />_PWRTE_OFF EQU H'3FFF'<br />_PWRTE_ON EQU H'3FF7'<br />_WDT_ON EQU H'3FFF'<br />_WDT_OFF EQU H'3FFB'<br />_LP_OSC EQU H'3FFC'<br />_XT_OSC EQU H'3FFD'<br />_HS_OSC EQU H'3FFE'<br />_RC_OSC EQU H'3FFF'

LIST
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
where to find arabic language for RSD for MOTOROLA Z3??? tsarkh Motorola P2k 13 09-08-2007 15:17
where to find dat files for martech soft.. timitiz x1x to x45/x50 13 06-11-2001 23:00
Anybody knows where to find full retrofit for hd1/hd5 ???? diGit4l Alcatel & TCL Old Models 4 06-04-2001 22:47
Where to find SMD connector for pony program FSC Hardware Repair by brands 0 04-30-2001 19:34
Where to find XBI files for c35?? firestorm x1x to x45/x50 2 04-19-2001 23:46

 



All times are GMT +1. The time now is 06:08.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.18328 seconds with 10 queries

SEO by vBSEO