Hello everybody,
I have a problem I think quite simple but that I don't know how to solve.
I would like to perform the following task:
starting from a .abs file generated for the platform HCS08QE, I would like to modify 2 different item at well know offset, using a C/C++/C# source code.
The items should be defined during the production phase (something like a serial number, but a bit different, it's too long to explain :-D).
So I would like to know if there is some SW library by which, invoking a command similar to:
set -o memoryOffset -v valueToBeSet -i absFile
will allow me to generate the desired file.
I think this is a quite common task, I know that there is some bin programmer able to write a serial number in bin image, but I need to set different kind of item, so a SW is required.
Is there someone able to provide me some link/idea about this topic? I think that quite anyone that used uP faced similar problem, but I'm quite a newbye
Thanks Gio