Re: [Flashforth-devel] building FF5 for dsPIC33EP256GP502
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-07-11 09:39:58
|
Peter, I shortly looked at the datasheet. The dsPIC33EP256GP502 does not have any alternate interrupt vector table. The change you have to do in FF is to revector the standard /_default_/ interrupts to the interrupt table in ram which is managed by FF, and there handle the interrupt vectoring. Another difference is that the flash erase block is 1024 instructions (3072 bytes). That should be reflected in the configuration file. Also the flash write codes may be different. I have not checked. The eeprom emulation code for storing the dictionary pointers and the turnkey may be affected. It is now written for a flash block erase size of 1536 bytes. Good luck ! BR Mike |