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.
I edit a file out side of uVision(Microsoft Visual Studio),such as:
...... first line second line ......
...... first line secon line ......
If you delete the first char 0D(after 31),you will find the above problem.My OS is Windows XP,no Network is used in editing the file.
Looks like Keil decides how to treat lineends based on the first one in the file, ie if the first is a linefeed only treat all subsequent carriage returns and linefeeds as individual lineends. You seem to be using an editor which terminates some lines with LF and some with CRLF. I'd suggest not using that editor, or using some utility to sort out the lineend sequences. Stefan