Re: Upgrade, what files to use?
Reply #1 –
You've got HW version 1(.01) with the default bitstream loaded. Also the bootloader is in place (good sign
)
In early packages all the pic firmware is called pump.hex. Later on they are versioned. Donwloading the 2.04 package will provide the latest bitstream (FPGA part) You can use the included pump.hex or a later version (0.6) Ian provided here: http://dangerousprototypes.com/forum/in ... 78#msg5278 .
You can use the bootloader (it is inlcuded on your board) instead of the ICD2 (no need to mess with the fuses/voltages).
The Vdd = 3v3 and the fuses are:
#pragma config WDTEN = OFF
#pragma config PLLDIV = 5 //Divide by 5 (20 MHz oscillator input)
#pragma config STVREN = ON
#pragma config XINST = OFF
#pragma config CPUDIV = OSC1
#pragma config CP0 = OFF
#pragma config OSC = HSPLL
#pragma config T1DIG = ON
#pragma config LPT1OSC = OFF
#pragma config FCMEN = OFF
#pragma config IESO = OFF
#pragma config WDTPS = 32768
#pragma config DSWDTOSC = INTOSCREF
#pragma config RTCOSC = T1OSCREF
#pragma config DSBOREN = OFF
#pragma config DSWDTEN = OFF
#pragma config DSWDTPS = 8192
#pragma config IOL1WAY = OFF
#pragma config MSSP7B_EN = MSK7
#pragma config WPFP = PAGE_1
#pragma config WPEND = PAGE_0
#pragma config WPCFG = OFF
#pragma config WPDIS = OFF