Autor Tema: Monitor debugger CCS  (Leído 1393 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado umalrovi

  • Colaborador
  • PIC16
  • *****
  • Mensajes: 158
    • Aplicaciones Electrónicas
Monitor debugger CCS
« en: 11 de Abril de 2008, 05:29:03 »
Buenas compañeros, no logro poner en marcha el debugger en modo monitor. Mirando la ayuda del CCS observo:

***************************************************************************************************************
Monitor
  The monitor window shows data from the target and allows entry of data to be sent to the target.  This is done on the target like this:

#use RS232(DEBUGGER)

...

printf(“Test to run? “);

test=getc();

The B3 pin is used on the target to implement this capability by  default and is connected to pin1 of the ICD jack(pin6 of the target jack).  The normal ICD cable is already set up correctly for this.  If using a different pin specify the same int he #use rs232(debugger, xmit=pin_xx,rcv=pin_xx) directive.  Enabled by default.  Disable it in the debug configure window if needed. Also set echo option to false if the characters entered need not be echoed back.  Type Ctrl+F(form feed) or print("/f") to clear the monitor screen.

****************************************************************************************************************

El caso es que hago lo mismo que pone la ayuda y nada de nada. Alguién tiene el debugger de CCS?

Aplicaciones Electrónicas
http://www.neoingenia.com/

Desconectado MGLSOFT

  • Moderadores
  • DsPIC33
  • *****
  • Mensajes: 7912
Re: Monitor debugger CCS
« Respuesta #1 en: 11 de Abril de 2008, 09:31:21 »
Tienes conectado el pin RB3 / RB5 del PIC al conector del ICD??? :mrgreen:
Todos los dias aprendo algo nuevo, el ultimo día de mi vida aprenderé a morir....
Mi Abuelo.

Desconectado umalrovi

  • Colaborador
  • PIC16
  • *****
  • Mensajes: 158
    • Aplicaciones Electrónicas
Re: Monitor debugger CCS
« Respuesta #2 en: 13 de Abril de 2008, 06:47:00 »
Si claro, tengo la placa porotipo y lo he comprobado con el tested.

Gracias por tu respuesta Mglsoft!!
Aplicaciones Electrónicas
http://www.neoingenia.com/