Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | c508 to f84??

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

Re: c508 to f84?? - Paul James E. - Jul 1 5:22:00 2004


Yes,

The GPIO pins on the C508 correspond to PORTB on the F84.
Just use PORTB.0 thru PORTB.5 remembering that GPIO3 (IIRC)
is an input only. This equates to PORTB.3.

Regarding ocsillators, the F84 doesn't have the RC oscillator
that doesnt need any external components. You'll have to use
an external RC on the F84, but that shouldn't be a big problem.
If it were me, I'd just use a canned oscillator to run the F84.
I use the canned oscillators all the time.

And finally, don't use anything on the F84 that isn't included
on the 508, and you should be okay.

And as a last note, you may want to consider the F67X series.

They are pin compatible with the 508 (again IIRK), and they
have flash memory, so you don't need an eraser.

Hope this helps. Regards,

Jim
> Hi List.
> Any idea how to convert a program for 12c508 to 16f84 and back, in
> order to use the re-programmable 16f84 to fix an OTP 508 ?
> Cristian





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


c508 to f84?? - Cristian - Jul 1 13:59:00 2004

Hi List.
Any idea how to convert a program for 12c508 to 16f84 and back, in order to use the re-programmable 16f84 to fix an OTP 508 ?
Cristian


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.698 / Virus Database: 455 - Release Date: 02-06-04





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )

Re: c508 to f84?? - Allan Lane - Jul 6 14:32:00 2004

I believe that's the 12F629/12F675 which are
pin-compatible with the 12C509/12C509.

More memory too.

--- In , "Paul James E." <jamesp@i...> wrote:
>
> Yes,
>
> The GPIO pins on the C508 correspond to PORTB on the F84.
> Just use PORTB.0 thru PORTB.5 remembering that GPIO3 (IIRC)
> is an input only. This equates to PORTB.3.
>
> Regarding ocsillators, the F84 doesn't have the RC oscillator
> that doesnt need any external components. You'll have to use
> an external RC on the F84, but that shouldn't be a big problem.
> If it were me, I'd just use a canned oscillator to run the F84.
> I use the canned oscillators all the time.
>
> And finally, don't use anything on the F84 that isn't included
> on the 508, and you should be okay.
>
> And as a last note, you may want to consider the F67X series.
>
> They are pin compatible with the 508 (again IIRK), and they
> have flash memory, so you don't need an eraser.
>
> Hope this helps. > Regards,
>
> Jim >
> > Hi List.
> > Any idea how to convert a program for 12c508 to 16f84 and back, in
> > order to use the re-programmable 16f84 to fix an OTP 508 ?
> > Cristian




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )