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.
Is there a way of using the uVision2 debugger and still use the serial port from the uProcessor? I am using the ADuC834 and need the serial port to send and recieve ascii text messages.
Yes, you can use the same UART for your application and for the MON51. Use the SerialWindow in µVision2 for communication in this case. If you are sending characters from the PC to the target system, disable "Stop Program Execution by: Serial Interrupt" in the monitor settings dialog.
http://www.keil.com/support/docs/2188.htm Jon
Thanks Jon and Matthias