![]() | ||
| Home | SwiftX Archive | SwiftForth Archive | |

SwiftX ColdFire 3.2.2m BUILD (F8) reports something like this:
Total Image Size= $00041D68 = 269672 CHECKSUM= $01231087
$00041D68 is the length of the target.bin file. Notice that the length is
divisible by 4 (cell-aligned). In some "innocent" instances of source code
(e.g. a TARGET colon definition with one more literal), the image size may
be only word aligned:
Total Image Size= $00041D6E = 269678 CHECKSUM= $01230FCD
For word aligned image sizes in one ColdFire project, DEBUG (F9) reports the
following:
DOWNLOAD-ALL TARGET ADDRESS AND LENGTH MUST BE CELL-ALIGNED
In another, a word aligned image size (Total Image Size= $00037FEA) does
not. Maybe it isn't the length that must be an even number of cells but it
is the "Target Address" for the destination of the download... but isn't
that a fixed location?
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe" to swiftx-request_at_forth.com
For list command help, send subject "help" to swiftx-request_at_forth.com
Message archives are located at http://www.forth.com/archive/swiftx
----------------------------------------------------------------------
This list is a forum for SwiftX users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Tue Jun 14 2005 - 05:53:48 PDT
This archive was generated by hypermail 2.2.0 : Tue Dec 02 2008 - 03:04:50 PST