Page 1 of 1

Error when trying to program some values in internal EEPROM

Posted: Mon May 26, 2014 9:06 am
by Crenwick
Hi all,

I'm testing some RGB curves for my project and made a simple program to test these curves (see attach). Problem is when I try to write the values in EEPROM at programming.

I added some values to the EEPROM via the "supplementary code" option.

I changed also the #pragma DATA _EEPROM to #pragma DATA 0xF000 like explained in the topic here under:

http://www.matrixmultimedia.com/mmforum ... rom#p56956

Here is the error :
test.jpg
test.jpg (103.02 KiB) Viewed 2660 times
Does someone already tested to write some data to data_EEPROM with mloader ?

When I disable the extra code it programs the PIC fine but without code in EEPROM ...

Re: Error when trying to program some values in internal EEP

Posted: Mon May 26, 2014 10:33 am
by Crenwick
Some update !

I used the ramptest.hex with my pickit2 and it was programmed successfully !

So I presume we have a problem with mloader and/or EB006V9 :(