by Oliver Thamm - ELMICRO Computer
https://github.com/elmicro/srec2bin_py
This utility converts binary data from Motorola S-Record file format [1] to raw binary.
Start the script with option -h to display help screen and usage description:
python srec2bin.py -h
- 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
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
[1] Wikipedia: SREC (file format)