We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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