Re: [Flashforth-devel] empty for PIC24 family
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-04-30 05:19:42
|
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 |