C
cruzin
Guest
Hello,
I can download a program to memory using "nios-run my_prog.srec" and
it works fine.
However, when I write the program into the same memory manually (ie.
memory fill command), nios will not wrong the program properly.
I verified that both methods write exactly the same program bytes into
memory, but nios-run does something with the memory AFTER the program
end. This must be the source of my problems. Why are bytes changed
after the end of the program?
I verified every byte up until the last byte written as defined by the
S-Record.
Any ideas on what steps nios-run goes through?
Help is greatly appreciated.
I can download a program to memory using "nios-run my_prog.srec" and
it works fine.
However, when I write the program into the same memory manually (ie.
memory fill command), nios will not wrong the program properly.
I verified that both methods write exactly the same program bytes into
memory, but nios-run does something with the memory AFTER the program
end. This must be the source of my problems. Why are bytes changed
after the end of the program?
I verified every byte up until the last byte written as defined by the
S-Record.
Any ideas on what steps nios-run goes through?
Help is greatly appreciated.