Hi
I am getting syntax error #10 in my debug.ini.
// Set up Serial port MODE COM1 9600, 0, 8, 1 ASSIGN COM1 <S0IN >S0OUT e _____________________^ *** error 10: Syntax error
Is there any syntax error?
Hello!
It is the row 10 of your simulation program in which the error occured. The '^' points to a meaningless 'e'.
Greetings.
Ulf
It doesn't look right row number.
I am more interested in to know the syntax error here.
Don't be too interested in the actual syntax error. Instead tell us what you think that "e" is expected to do. The debugger is obviously saying that it does not know the meaning of that "e".
Hi e is not written in debug.ini. This is error flagged up when I am trying to start debug session.
The debug.ini looks like
// Set up Serial port MODE COM1 9600, 0, 8, 1 ASSIGN COM1 <S0IN >S0OUT
ASSIGN COM1 <S0IN >S0OUT
Are you sure that S0IN and S0OUT actually exisit for your particular target?
http://www.keil.com/support/man/docs/uv4/uv4_cm_assign.htm
View all questions in Keil forum