• C51 hangs when redirect the output
    I want use C51 (v5.5) without uVision with an editor like credit on Win98. The editor can start any application and read error lines from the redirected output window (DOS-Box), place the cursor in the...
  • Redirection of terminal output with custom script
    Hi, I am trying to add a custom tool in the UVision IDE 4.73. Running a tool works perfect and I have 2 situations that influence my script output behaviour. In the "Customize Tools Menu" : ...
  • Redirect
    Hi All, i've implemented the redirection of the printf message as suggested in many examples. It works fine, and i see the application messages in my teraterm console. Now i'm trying to write to a...
  • Redirecting Interrupt
    Hello, I'm redirecting my interrupts using the code -------------------------------------------- CSEG AT 0000BH LJMP myisr -------------------------------------------- I've a number of files. Where...
  • HOW TO REDIRECT PRINTF OUTPUT TO URAT 3 IN LPC1768
    I would like to know how to redirect printf output to UART 3 of LPC1768. Thanks