Dear all I want to load about 7000 Ascii characters from a file, in consecutive memory locations on my board. Then I will probably handle these characters as an array in order to process them. I'm using uVision2 with KC167CR. Can anyone give me a rough idea how to do that? Thanks George
You can: 1) Convert ASCII file to *.HEX via BIN2HEX /Ooffset ASCII.TXT ASCII.HEX where offset is load address 2) Load *.HEX from dScope