Pic ID problem with Micropro programmer ...

Hello ,

I’ve made the core module , everything is working fine but I want to put a GLCD on it so I have to change the ID with 1000 at the end ..

But with this program I can’t … it has got and ID field but with only 8 values … and if I put ffffffff in it I get :080000000F0F0F0F0F0F0F0F80

If I update my hex file with the good id , the program doesn’t care about the 1 I’ve put

because when I save the file I stil have all zeros on this line …

Is this program shitty ???

must I change to another one ?

or can I put an glcd without putting the 1000 ID ???

Thanks for helping !!!

 

What do you use to burn the pic with?

JDM module or the new one? And what software are you using to burn the pic?

I’ve bought a Pic programmer which works with Micropro

http://kitsrus.com/index.html

because I had toooooo much problems with the JDM … but now I’m a bit stuck …

http://www.websitetoolbox.com/tool/post/diykit/vpost?id=419861

This was the answer

it seems that I need another pic programmer compatible with ICPROG

Hi,

It’s a workaround - but you’ll need to do it only once per PIC:

Burn your pic with standard all zeroes header and then use “change_id” application to change the pic header to the one you want.

change_id_v1_4.zip is available at MIOS download section. You’ll need to change main.asm and then compile and upload it to the midibox and it should change the pic header to what you need.

Bye, Moebius

p.s. I hope this helps, I think it would be stupid if you have to buy anouther programmer, because the one you have doesn’t fully support burning PIC id header..

Thanks I’ll try that !!!

For the records: this was the solution