PDA

View Full Version : moving the PPM to new adress?



spaceimpact33
28-01-2004, 10:15 AM
hi all,

I am trying to find out how to move the ppm to a new adress, like 0x001300000 so i can make embedem give us a lot of space as the size of MADos fls's rise.

if any one knows how to do this could you please post the info here. :)


thanks

Spaceimpact;)

spaceimpact33
28-01-2004, 03:02 PM
hi all,

dont worriy i have worked it out for my self.
how to do it:
1. find stirng DUMFILE in mcu search foward 24 bytes you should see somthing like 340000 this is the adress of the ppm ei 0x00340000 - 0x00200000 = 0x00140000.

2. change it to your new address i did mine at 0x00130000 so 0x00130000 + 0x00200000 = 0x00330000

3. move your data 0x00130000 to 0x00140000 moved to end of pmm before the checksum
remember your flash size should b the same as when u started

have fun :)
Spaceimpact33

NokDoc
29-01-2004, 02:58 AM
Hi,

Here's something I remembered, with a very clarifying picture.

http://nokiafree.org/forums/t11524/h/s.html

NokDoc

spaceimpact33
29-01-2004, 06:00 AM
Thanks NokDoc,

i remebered reading that a while back but i searched and i never found it.

thanks :D
Spaceimpact33