2004-06-01 12:45 AM
2004-05-26 06:33 AM
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?2004-06-01 12:18 AM
You cannot write the sector 0 in IAP: it is write protected.
Dominique2004-06-01 12:45 AM
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