Hello,
I am trying to load a hex file into char array using "Read data from file" in breakpoint. I've done it once before, for integer format.
Now I need to load byte-size array in hex format. I used perl script to transform a data into hex format and the file looks like this:
1651 1 E383 0 190 54 49 50 41 0d 01 ..... ..... ..... This does not loads the correct data. The problem is probably in the hex format. Can someone point me to possible error? Thank You Arye Lerner