chipKIT® Development Platform

Inspired by Arduino™

EEPROM handling with AVRDUDE ?

Created Fri, 06 Jan 2012 16:29:54 +0000 by rosimildo@gmail.com


rosimildo@gmail.com

Fri, 06 Jan 2012 16:29:54 +0000

Has anyone able to do that ?

I mean handling, reading/writing to EEPROM.

thanks.


Jacob Christ

Fri, 06 Jan 2012 17:00:34 +0000

We (at PONTECH) have tried it and it seemed to work with the Uno32. But we are actually using the PIC32MX440F512H and it is not working with that chip. It hasn't been a priority to try to figure out what is wrong but at some point we will dig into it if someone else doesn't fix it first.

Jacob


rosimildo@gmail.com

Mon, 09 Jan 2012 10:53:39 +0000

thanks for you response.

My guess the problem is on the bootloader, since I've tried to put AVRDUDE in terminal mode, and it seems the bootloader times out and goes to my application, while AVRDUDE is in terminal mode.

Unfortunately, I don't have a PICKIT3 board to burn a new bootloader where I am right now.