Re: [Flashforth-devel] empty for PIC24 family
Brought to you by:
oh2aun
From: Peter J. <pe...@me...> - 2014-04-30 05:42:08
|
Coincidentally, I was drawing the schematic for the home-built board in the tutorial when your note arrived. For an almost no-solder option, I think that the Microstick for 5V PIC24 K-series (DM240013-2) is convenient. It includes the programmer, built onto the board, so you don't need a pickit3. There are pads to mount a 6-pin header at the other end of the board that can be used with a FTDI-232 cable. Thanks for looking at empty. I'll try the fix later tonight. Cheers, Peter J. On 30/04/14 15:19, Mikael Nordman wrote: > There was actually a bug in EMPTY for eeprom devices. > I need to buy a board for those new PIC24 chips. > Any recommendations? > I quess a pickit3 is needed also. > > Change empty to this and it should work. /Mike > > .ifdef PEEPROM > mlit handle(COLDLIT)+PFLASH > mlit dp_start > mlit coldlitsize > rcall WMOVE > clr intcon1dbg > .else > rcall DP_COLD > .endif > rcall DP_TO_RAM > return > > > > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel |