And I'm wondering if the included PIC18F67J60 (or PIC18F97J60) be supported by FlashForce in the future? Thanks.
P.S What is involved If I wanted to add the chip myself? Is the method/procedure of add a chip documented anywhere. I'm an absolute beginner with the 18F series and FlashForce so it could take me a while.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's two problems with those chips. There is no EEPROM and FF PIC18 requires EEPROM for storing its state when power is off. Another problem is that those chips have a very much lower flash rewrite endurance than the supported chips. Minimum value of 100 instead of 10000 for most other chips.
So I have no plans to support those chips.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an Olimex PIC-WEB development board on the way
https://www.olimex.com/Products/PIC/Development/PIC-WEB/
And I'm wondering if the included PIC18F67J60 (or PIC18F97J60) be supported by FlashForce in the future? Thanks.
P.S What is involved If I wanted to add the chip myself? Is the method/procedure of add a chip documented anywhere. I'm an absolute beginner with the 18F series and FlashForce so it could take me a while.
There's two problems with those chips. There is no EEPROM and FF PIC18 requires EEPROM for storing its state when power is off. Another problem is that those chips have a very much lower flash rewrite endurance than the supported chips. Minimum value of 100 instead of 10000 for most other chips.
So I have no plans to support those chips.