cancel
Showing results for 
Search instead for 
Did you mean: 

IAP question/problem

adib
Associate II
Posted on June 01, 2004 at 09:45

IAP question/problem

3 REPLIES 3
adib
Associate II
Posted on May 26, 2004 at 15:33

Hi,

I want to use the compilation generated SREC file to do field IAP.

In the SREC file there are address that reside in sector 0 boundary.

Is it safe to ''write'' to sector 0 addresses in IAP? or should I ''filter'' the SREC for address that reside in sector 0?
dominique2
Associate II
Posted on June 01, 2004 at 09:18

You cannot write the sector 0 in IAP: it is write protected.

Dominique
sjo
Associate II
Posted on June 01, 2004 at 09:45

If you look at the Flashbash (www.spen-soft.co.uk) source code you will see an example of filtering out sector0 from an s19 file to support IAP.

eg. addresses 0xFC00-0xFFFF are ignored from the s19 file.

Regards

sjo