Skip to main content
Visitor II
June 1, 2004
Question

IAP question/problem

  • June 1, 2004
  • 3 replies
  • 600 views
Posted on June 01, 2004 at 09:45

IAP question/problem

    This topic has been closed for replies.

    3 replies

    adibAuthor
    Visitor II
    May 26, 2004
    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?
    Visitor II
    June 1, 2004
    Posted on June 01, 2004 at 09:18

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

    Dominique
    Visitor II
    June 1, 2004
    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