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

See Also

DSPFPGAElectronics

Discussion Groups | Piclist | Win Wisp 0.9 and the 16F88

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.

Win Wisp 0.9 and the 16F88 - Author Unknown - Feb 14 23:20:00 2004

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



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


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


RE: Win Wisp 0.9 and the 16F88 - Wouter van Ooijen - Feb 15 5:40:00 2004

> 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





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

Re: Win Wisp 0.9 and the 16F88 - Author Unknown - Feb 15 13:28:00 2004

--- 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!


______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


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