Re: [Flashforth-devel] empty for PIC24 family
Brought to you by:
oh2aun
From: Peter J. <pe...@me...> - 2014-04-30 22:51:58
|
Mike, With your EEPROM fix, EMPTY now works as advertised on the PIC24FV16KM202. Thank you. I have a couple of other small changes to your current source file that deal with feature differences of the 16KM202. peterj@helmholtz ~/pic_work/flash-forth/ff5p0-pic24fv32ka-apr-2014/src $ diff ff-pic24-30-33.s ../../gitrepo/flashforth-code/PIC24-30-33/src/ 804,805d803 < ; PJ 2014-04-19: PIC24FV16KM202 doesn't have the T3MD module disable bit. < .ifdef T3MD 807d804 < .endif 834,837d830 < .endif < .ifdecl ANSB < ; PJ 2014-04-19: on FV32KA302 and FV16KM202, want digital input on U1RX pin < clr ANSB peterj@helmholtz ~/pic_work/flash-forth/ff5p0-pic24fv32ka-apr-2014/src $ 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 |