home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / m68k / 1022 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  2.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!news
  2. From: cpg@cs.utexas.edu (Carlos M. Puchol)
  3. Newsgroups: comp.sys.m68k
  4. Subject: S-records
  5. Date: 12 Aug 1992 14:25:45 -0500
  6. Organization: Department of Computer Sciences, UT Austin
  7. Lines: 63
  8. Distribution: world
  9. Message-ID: <l8ipdpINNlt9@atacama.cs.utexas.edu>
  10. NNTP-Posting-Host: atacama.cs.utexas.edu
  11.  
  12. Hi, I have a request for sources for translation programs
  13. for S-Records. Let's see:
  14.  
  15. 1) I have a file that looks like this:
  16.  
  17. S30500000000FA
  18. S320000800C01B454D3638303030204D6F6E69746F722056554255472056342E30B3
  19. S320000800DB472037204665622C20313939310D0A0A003A2042616420436F6D6DE3
  20. S30B000800F6616E640D0A00AC
  21. S320000801000000000000000000000000000000000000000000000807B2200027CE
  22. S30A0008011B000D0A210099
  23. S3200008040046F90008011A13FC0000000C041B13FC0080000C041D323C00FF22EC
  24. S3200008041B7C00000000247C0008000022DA5BC9FFFC323C000A43F90000055070
  25. S32000080436429951C9FFFC13FC0020000C040513FC0030000C040513FC002000E6
  26. S72000080436429951C9FFFC13FC0020000C040513FC0030000C040513FC002000E6
  27. -- deleted --
  28. S3200008432D58484022094A00670000180280000000FF488048C0D280200161006E
  29. S31900084348C4186000000E301948C0D28020016100C4084E7555
  30. S70500000000FA
  31.  
  32. What are these called? [Let's call them S3/S7-records or Motorola Records]
  33.  
  34. 2) I have an eprom programmer that will accept files like this:
  35.  
  36. :10000000F6260E2029204DC6031D1F01C6021D170E
  37. :1000100026092040C6021D1F01C6021D1725FC200F
  38. :1000200033C6011D1F01C6021D1725EF2026C12E54
  39. :1000300027D5C13D27D1C18027DAC18127D6C1820A
  40. :1000400027D2C18327CEC1A027CAC1AE27B7C1AF6F
  41. -- deleted --
  42. :103FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1
  43. :103FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1
  44. :103FF000FFFFE7CCDBA4DBA4D740DBA4F183DBA489
  45. :00000001FF
  46.  
  47. What are these called? [Let's call them Intel records]
  48.  
  49. Now the problem is:
  50.  
  51. I need to program two eproms, each of which has to be programmed in even
  52. and odd bytes. Now I would need a program to split the S3 file into two
  53. S3s and then a translator to Intel for the programmer. Apparently, I found
  54. a program that claimed to do all that, but the program says
  55.  
  56.     "error, file mon.s3 has not an 'S' in column 1"
  57.  
  58. when fed with the S3-record file. I seem to remember that there exist
  59. another format called S1 or similar. Is there such a thing?
  60.  
  61. I figure that there must be plenty of programs out there in some
  62. ftp site that have these translating and splitting utilities.
  63. Can someone help me out, please? Any pointer is appreciated.
  64. If there is a document that specifies these formats, I would also
  65. like to know. It can be figured out quite easily, but I'd rather
  66. know "officially".
  67.  
  68. Thanks in advance!!
  69.  
  70. -- Carlos Puchol
  71. -- cpg@cs.utexas.edu        CS Department, UT Austin
  72. -- 
  73. -- Carlos Puchol
  74. -- cpg@cs.utexas.edu        CS Department, UT Austin
  75.