how run the program without monitor

Hello all.
I'm trying to use the serial port in the MCB167-net.
I don't want to debug the program, I only want to run it, so could I download the program to the target, and go out of the
debug session without quit the program of the target? Can I use the serial port then, or is it still being used by the monitor?
Any help would be granted.

Parents
  • I've done almost exactly that before, with the difference being that I used monitor in simulated serial mode, so the monitor didn't occupy ASC0. As far as I know, there shouldn't be any problems with downloading the program into the target and hitting the 'Run' button. Of course, the debugger will complain that it's lost connection with the target as soon as your program takes control of the ASC0, but that shouldn't prevent the program from keeping on running.

    - mike

Reply
  • I've done almost exactly that before, with the difference being that I used monitor in simulated serial mode, so the monitor didn't occupy ASC0. As far as I know, there shouldn't be any problems with downloading the program into the target and hitting the 'Run' button. Of course, the debugger will complain that it's lost connection with the target as soon as your program takes control of the ASC0, but that shouldn't prevent the program from keeping on running.

    - mike

Children
More questions in this forum