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.
Hi,
I am working on MCB2300 (LPC2378) and I am using Keil uVision4. In my code I need to give some inputs to the code using serial window. Please let me know how to input some text using serial window
Regards, Pavan
"When I have typed SIN = 'A' on the debugger's command window i get an error message saying *** error 34: undefined identifier"
So look again at the list of Virtual Simulation Registers (VTREGs) for UART Simulation:
www.keil.com/.../uv4_sm_uartcommunication.htm
See also: http://www.keil.com/support/man/docs/uv4/uv4_db_exp_periphlvar.htm
And note that the command DIR VTREG will list all the available VTREGs for the specific processor that you are actually simulating at the time...