Add note about another tested PIC target: PIC24FJ64GA002
[goodfet] / firmware / apps / pic / dspic33f.c
index bc02e39..12af364 100644 (file)
@@ -5,7 +5,7 @@
   \brief dsPIC33F programmer application for the GoodFET. Structure
          and style is somewhat modeled after avr.c
 
-  \date March, April 2010
+  \date March-May 2010
 */
 
 
@@ -65,6 +65,12 @@ void pichandle( unsigned char app,
                txdata(app,verb,2);
                break;
 
+       case PIC_RESET33F:
+               CLR_MCLR;
+               delay_ms(20);
+               SET_MCLR;
+               break;
+
        case PIC_START33F:
                pic33f_connect();
                txdata(app,verb,0);