Skip to content

Motorola S-Record to Binary File Converter (Python 3)

License

Notifications You must be signed in to change notification settings

elmicro/srec2bin_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srec2bin_py

Motorola S-Record to Binary File Converter (Python 3)

by Oliver Thamm - ELMICRO Computer
https://github.com/elmicro/srec2bin_py

Description

This utility converts binary data from Motorola S-Record file format [1] to raw binary.

Usage

Start the script with option -h to display help screen and usage description:

python srec2bin.py -h

ToDo

  • add support for 24/32 bit address range (currently limited to 16 bit / S1 type)
  • warn if there are any data bytes below start / beyond end address specified by the user

Copyright, License

This software is Copyright (C)2017 by ELMICRO Computer - https://elmicro.com
and may be freely used, modified and distributed under the terms
of the MIT License - see accompanying LICENSE.md for details

References

[1] Wikipedia: SREC (file format)