How to modify .srec file

Status
Not open for further replies.

amitabh262002

Member level 2
Joined
Jul 24, 2007
Messages
49
Helped
8
Reputation
16
Reaction score
6
Trophy points
1,288
Activity points
1,661
Hi,
I am using following files in my project.
I want to modify these source files.
Please help me how to modify or edit these files so i can add my code in these
files.
-------------------------------------------------------
constant promfile : string := "prom.srec"; -- rom contents
constant sramfile : string := "sram.srec"; -- ram contents
constant sdramfile : string := "sdram.srec"; -- sdram contents
-------------------------------------------------------------
 

A great tool I've used in the past is:

SRecord 1.56

This allows you to do lots of things, such a compute checksums, CRCs, fill sections, create new sections, etc. Wonderful set of tools.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…