wifi E-Block and accelerometer E-Block

Moderator: Benj

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: wifi E-Block and accelerometer E-Block

Post 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.

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times
Contact:

no erase on 18f26k22

Post 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.
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: wifi E-Block and accelerometer E-Block

Post 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.

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times
Contact:

ppp for 18f26k22

Post 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.
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times
Contact:

Re: wifi E-Block and accelerometer E-Block

Post 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?
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: wifi E-Block and accelerometer E-Block

Post 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.

benp
Posts: 155
Joined: Sat Mar 28, 2009 5:44 pm
Location: LYON FRANCE
Has thanked: 3 times
Been thanked: 41 times
Contact:

Re: wifi E-Block and accelerometer E-Block

Post 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.
Regards
INSA 1er cycle GCP projects with or without eblocks:
http://www.youtube.com/user/INSAgcp

Post Reply