Page 2 of 2
Re: wifi E-Block and accelerometer E-Block
Posted: Wed Oct 05, 2011 2:49 pm
by Benj
Hello,
I also thought these devices were not yet supported for programming but I could be wrong. If you can get a flashing LED program in then you should be able to get larger more complex programs in too. I will have a dig in and see where we are with this family of devices.
no erase on 18f26k22
Posted: Sun Oct 09, 2011 4:06 pm
by benp
I was able to program but not to erase on EB006 and HP488
With PPP->File/Erase pic micro ->Erase failed
Is there a way to erase with EB006?
I saw that:
http://www.microchip.com/forums/tm.aspx ... print=true
I tried to disconect VDD pin but no success.
Re: wifi E-Block and accelerometer E-Block
Posted: Mon Oct 10, 2011 9:57 am
by Benj
Hello,
Ah ok it is as I thought, the K22 devices are not currently supported by the EB006. We are working on this but i'm afraid I cannot offer an immediate solution.
ppp for 18f26k22
Posted: Wed Oct 12, 2011 8:57 am
by benp
I can now erase the 18f26k22.
The erase method for k22 devices is the "18F_ERASE_14xx20" method
You just need to change:
erase=18F_ERASE
with
erase=18F_ERASE_14xx20
in the "ppp_config_data3.cfg" file, in the 18F26k22 area.
It should work with other k22 devices.
I can't upload my new working PPP to the forum.
Re: wifi E-Block and accelerometer E-Block
Posted: Thu Oct 13, 2011 10:07 am
by benp
The 18f26k22 is now fully working: programming and erase (see previous post)
But the 18f46k22 can't be programmed.
PPP displays the following message:
Programming failed: <1><2><3><5><6><8><9><10><11><12><13>
Can you help?
Re: wifi E-Block and accelerometer E-Block
Posted: Thu Oct 13, 2011 11:16 am
by Benj
Hello,
The K22 devices are not currently supported using PPP we are looking into this. For now you should be able to reprogram them by using a PICkit and the PICkit header on the board.
Re: wifi E-Block and accelerometer E-Block
Posted: Thu Oct 13, 2011 10:22 pm
by benp
Then I will use the 18F26k22 with my working PPP version on it.
I am waiting for your next PPP version.
I performed tests today with GPS on UART1 and Wifi on UART2 on 18F26K22.
I can receive successfully the data from the gps on a wifi computer.