2010-12-10, 23:13:34
Thanks. There's an error in devices.xml. PIC24F devices don't have pages, only rows.
Open bin\devices.xml and search for PIC24F (not PIC24F) then replace
<hasPages>true</hasPages>
with
<hasPages>false</hasPages>
Please let us know if it works after the fix.
Btw, I'll fx 0.9.4 not being recognized to the next version.
Open bin\devices.xml and search for PIC24F (not PIC24F) then replace
<hasPages>true</hasPages>
with
<hasPages>false</hasPages>
Please let us know if it works after the fix.
Btw, I'll fx 0.9.4 not being recognized to the next version.