Doubts regarding memory dump

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Doubts regarding memory dump

Jump to solution
684 Views
khryme
Contributor I

Hi. I'm trying to read the memory of a MC9S08GB60 processor with the USBDM programmer and the memory dump application, but I have some doubts about the parameters to use.

I used the following parameters:

Device Type: HCS08

Communication Speed: 250kHZ

Address range: Start: C000 - End: FFFF - Width: 1

They are correct, or there is a risk of losing some information?

Thanks in advance (and sorry for my english! :smileyhappy: )

Best Regards

0 Kudos
1 Solution
392 Views
pgo
Senior Contributor V

Hi Khryme,

Please check the memory map in the GB60 Manual:

pastedImage_0.png

You would need the two flash ranges as shown above:

1080 - 17FF, size 1

182C - FFFF, size 1

If you leave the "Keep Empty SRECs" unchecked then unprogrammed areas will be omitted from the image file.

bye

View solution in original post

2 Replies
393 Views
pgo
Senior Contributor V

Hi Khryme,

Please check the memory map in the GB60 Manual:

pastedImage_0.png

You would need the two flash ranges as shown above:

1080 - 17FF, size 1

182C - FFFF, size 1

If you leave the "Keep Empty SRECs" unchecked then unprogrammed areas will be omitted from the image file.

bye

392 Views
khryme
Contributor I

thank you so much!

0 Kudos