From 6f9d424a10c5e70136108b8265606b0e9358def4 Mon Sep 17 00:00:00 2001 From: scottlivingston Date: Wed, 12 May 2010 12:04:15 +0000 Subject: [PATCH] Verified support of PIC24HJ12GP201. Added notes to that effect. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@494 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.pic | 3 ++- firmware/Makefile | 1 + firmware/apps/pic/README.txt | 5 ++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/client/goodfet.pic b/client/goodfet.pic index be0820e..282e88b 100755 --- a/client/goodfet.pic +++ b/client/goodfet.pic @@ -25,7 +25,8 @@ PICAPP = 0x34 MONITORAPP = 0x00 NOK = 0x7E dev_table = { 0x00EE : "dsPIC33FJ128GP708", - 0x00EF : "dsPIC33FJ128GP710" } + 0x00EF : "dsPIC33FJ128GP710", + 0x080A : "PIC24HJ12GP201" } cfg_table = { 0xF80000 : "FBS", 0xF80002 : "FSS", 0xF80004 : "FGS", diff --git a/firmware/Makefile b/firmware/Makefile index 83ee212..ec5ac6e 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -25,6 +25,7 @@ CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -DGCC $(GCCINC) -I include $(CC #Define extra modules here. moreapps?=apps/i2c/i2c.o apps/chipcon/chipcon.o apps/glitch/glitch.o apps/jtag/sbw.o apps/smartcard/smartcard.o # should include apps/jtag/jtagarm7tdmi.o to build jtag for ARM7 +# should include apps/pic/dspic33f.o to build support for PIC24H/dsPIC33F apps= $(moreapps) apps/monitor/monitor.o apps/spi/spi.o apps/jtag/jtag.o apps/jtag/jtag430.o apps/jtag/jtag430x2.o apps/avr/avr.o apps/jtag/ejtag.o apps/jtag/jtagxscale.o diff --git a/firmware/apps/pic/README.txt b/firmware/apps/pic/README.txt index ec51f26..ee0ace1 100644 --- a/firmware/apps/pic/README.txt +++ b/firmware/apps/pic/README.txt @@ -7,10 +7,9 @@ Scott Livingston Currently targeted at dsPIC33F/PIC24H chip family and tested on dsPIC33FJ128GP710, -dsPIC33FJ128GP708 +dsPIC33FJ128GP708, +PIC24HJ12GP201. -(i.e. similar chip, differing in footprint: former is 100-TQFP, latter -is 80-TQFP). For the 14-pin GoodFET port (size 2x7), the pinout is 3 -> PGD -- 2.20.1