Problem Reading/Writing Paged Memory 9S08DZ96

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

Problem Reading/Writing Paged Memory 9S08DZ96

883 Views
dougie1
Contributor I

Since my XProg Programmer suddenly died and I'm in urgent need getting a 9S08DZ96 programmed, I got stuck somehow. 

The only combination of Harware and Software I was able getting to work is a JS16CWJ based USBDM interface with current software & drivers under WinXP. I'm able to read the processor with Memory Dump, however I'm lost how to access paged memory, even I provided PPAGE address 78.
Linear reading works up to FFFF, but misses Page 4 & 5 (or I don't know how to properly address it)

Problem: I do have the full flash dump from the XProg as a bin file. How can this be converted in a format accepted by the HCS08 Programmer?

All experiments converting the bin into a S19 file failed so far. 

Could you please help me out?

BR
Ralf

0 Kudos
1 Reply

876 Views
dougie1
Contributor I

Got it sorted! 

I need to read EITHER linear OR paged! That was my mistake!

Reading pages with PPAGE = 78

008000 - 00BFFF Page 0
018000 - 01BFFF Page 1
028000 - 02BFFF Page 2
038000 - 03BFFF Page 3
048000 - 04BFFF Page 4
058000 - 05BFFF Page 5

Worked nicely! 
Edit: its easy converting S19 File into bin, but vice versa does not work without knowing page structure and addresses. 

Tags (1)
0 Kudos