At 07:51 AM 7/16/2003, red2 wrote:
I am hoping someone can help me solve a problem I am having debugging beam receiving using a Palm III attached by a serial cradle to an Windows XP box running Codewarrior 9.1

I general, I can debug fine, stepping through code that is running on the Palm III. If I set a breakpoint, code execution stops and I can step through from that point.

However, when I set a break point within my beam receive code, instead of dropping into the debugger when I receive a beam the Palm III just freezes and Codewarrior does not drop into the debugger.

The Palm III has only one UART, shared between the serial port used for the debugger and the IR port. What is happening is that the device is stopping at the breakpoint, but since the serial port isn't available to tell CW that the device has stopped, it's just hanging instead.


See if you can debug your code on a device with a Dragonball VZ chip or one of the ARM-based devices, as they use separate UARTS for the serial port and the IR port.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to