On Thu, 06 Mar 2003 22:03:34 +0800, Steve Underwood wrote: >Bill Knight wrote:
>>We have completed several F11x1 projects using the JTAG pod that >>came with the 14x FET. Works fine. An issue that needs to be >>watched however, is the dual usage of the JTAG pins on the processor. >>C-Spy has an option to release the JTAG usage of the pins while >>the processor is running in real-time. Once you KNOW a breakpoint >>has been hit, you can tell it (C-Spy) to resume control of the JTAG >>pins and update the display. I have no idea if or how that is >>accomplished using the gdbproxy. >> >>Hope this helps some. >>-Bill Knight >>R O SoftWare >> >You could, of course, try the help :-) >The target specific command are all of the form "monitor xxxx", such as >"monitor erase all". >"monitor help" will tell you what commands are available. >"monitor jtag release" will achieve the effect you are looking for here. >Regards, >Steve Yes Steve, I could have tried the help. However at the time I started my last MSP project, mspgcc & gdbproxy were not quite at the "ready for prime time" state. As the project has a build rate of 250,000+ units per year and was on a tight schedule, I decided to stay with IAR (as much as I wanted to try out mspgcc) and therefore did not have first hand experience with the tools in that situation. In response to the posted question, I was pointing out was that while the JTAG pod could be used with the F11x1 parts, care must be taken with the dual pin usage and that I was ignorant of the details as it applied to gdbproxy. I'm still looking forward to using the tools on the next MSP project and appreciate all of the work you and others have put into making it as good as it is today. -Bill