EmbeddedRelated.com
Forums

Win Wisp 0.9 and the 16F88

Started by Unknown February 15, 2004
Anybody build a chip definition file for programming the 16F88 with
Win Wisp? Mine doesn't work (so far).



> Anybody build a chip definition file for programming the 16F88 with
> Win Wisp? Mine doesn't work (so far).

the XWisp section is:

PIC_One_Type(
Name = '16f88',
Shorthands = [ 'f88', '88' ],
Algorithm = Algorithm_PIC16D,
Code = PIC_Code( 4096 ),
Data = PIC_EEPROM_14( 256 ),
Fuses = PIC_Range( 0x2000, 0x2007, 0x2008 ),
ID = PIC_ID_14( 4 ),
Protect = 0x2100,
ID_Value = 0x0760,
Fixed = Fixed({ 0x2008 : Mask( ONE = 0x3FFC )}),
) Wouter van Ooijen

-- -------
Van Ooijen Technische Informatica: www.voti.nl
consultancy, development, PICmicro products



--- In , "Wouter van Ooijen" <wouter@v...>
wrote:
> the XWisp section is:

Thanks Wouter, but that didn't clear it up for me. I swapped a
16F628 into my circuit in place of the 16F88 and test programmed it
with Win Wisp and the Wisp628. That works perfect, so the programmer
is definitely working. I just gotta get that chip def file squared
away for the f88.

Programming the 16F628 at 115200 baud rocks!!! Very fast!