Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | In-Circuit programming of XC9500XL with PIC18F

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

In-Circuit programming of XC9500XL with PIC18F - Rob Young - 09:36 31-10-05

I'm interested to know if anyone has successfully programmed a Xilinx 
XC9500XL CPLD with a PIC18F using the Xilinx JTAG/TAP port.  I've been 
reading Xilinx app note 058 and it looks feasible.  The inbound data stream 
(SVF or XSVF file) would be coming into the PIC18F via a USB connection. 
This is for the purposes of occasional field-upgrades, not the frequent 
reconfigurations you would have with an FPGA using the USB & PIC combination 
to eliminate its boot PROM.

-- 
Rob 





Re: In-Circuit programming of XC9500XL with PIC18F - jyaron - 00:01 02-11-05

It's possible. Been doing it for years.

However, still using Foundation 3.1i because the .svf file generated is a
reasonable size. I load the .xvf image into the uC flash memory then
launch the JTAG flash routine.

Did an .xvf to .h (Const data) translator in Delphi to link to HiTech-18
compiler.