Provided by: srecord_1.64-3_amd64 bug

NAME

       srec_ti_tagged - Texas Instruments Tagged (SDSMAC) file format

DESCRIPTION

       This format is also known as the TI‐Tagged or TI‐SDSMAC format.

       This  format  allows  binary  files  to  be  uploaded  and downloaded between two computer
       systems, typically between a computer system (such as a PC, Macintosh, or workstation) and
       an emulator or evaluation board for microcontrollers and microprocessors.

   The Lines
       Unlike  many  other  object  formats, the lines themselves are not especially significant.
       The format consits of a number of tagged fields, and lines are composed  of  a  series  of
       these fields.

                                  Tag   Description
                                  ─────────────────────────────────────
                                  *     Data byte.
                                  :     End of file.
                                  0     File header (optional).
                                  7     Checksum.
                                  8     Dummy checksum (ignored).
                                  9     Address.
                                  B     Data word.
                                  F     End of data record.
                                  K     Program identifier (optional).

   Data Byte
                                              ┌──┬───┬───┐
                                              │B │ nn │
--

EXAMPLE

       Here is an example TI‐Tagged file.  It contains the data “Hello, World[rq] to be loaded at
       address 0x0100.
              K000590080B4865B6C6CB6F2CB2057B6F72B6C64*0A7F648F
              :
       and here is another example from the reference below
              00050        7FDD4F
              90000BFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFF7F400F
              90010BFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFF7F3FFF
              90020BFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFF7F3FEF
              90030BFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFF7F3FDF
              90040BFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFFBFFFF7F3FCF
              :

SEE ALSO

       http://www.dataio.com/pdf/Manuals/Unifamily/981‐0014‐016.pdf (page 6‐33)

COPYRIGHT

       srec_cat version 1.64
       Copyright  (C)  1998,  1999,  2000,  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
       2010, 2011, 2012, 2013, 2014 Peter Miller

       The srec_cat program comes with ABSOLUTELY NO WARRANTY;  for  details  use  the  'srec_cat
       -VERSion  License'  command.  This is free software and you are welcome to redistribute it
       under certain conditions; for details use the 'srec_cat -VERSion License' command.

MAINTAINER

       Scott Finneran   E‐Mail:   scottfinneran@yahoo.com.au
       Peter Miller     E‐Mail:   pmiller@opensource.org.au