There are 5 messages in this thread.
You are currently looking at messages 0 to 5.
How can I use JTAG mode without ETM port on Philips LPC 210x? I pull up DBGSEL and RTCK during RESET, processor starts using jtag but also ETM port is enabled (I can`t use ETM pins as GPIO). I am also using LPC 212x - it is posible to turn on jtag without ETM port. Thank You
On Tue, 01 Jun 2004 19:27:08 +0200, Maciej Kaczkowski <M...@elka.pw.edu.pl> wrote: >How can I use JTAG mode without ETM port on Philips LPC 210x? > >I pull up DBGSEL and RTCK during RESET, processor starts using jtag but >also ETM port is enabled (I can`t use ETM pins as GPIO). >I am also using LPC 212x - it is posible to turn on jtag without ETM port. On the LPC210x you can use the secondary JTAG port, providing that your on-chip software enables it. Stephen -- Stephen Pelc, s...@INVALID.mpeltd.demon.co.uk MicroProcessor Engineering Ltd - More Real, Less Time 133 Hill Lane, Southampton SO15 5AF, England tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691 web: http://www.mpeltd.demon.co.uk - free VFX Forth downloads
buy another one http://arm.web7days.com "Stephen Pelc" <s...@INVALID.mpeltd.demon.co.uk> 写入消息新闻 :40bdbe40.308469515@192.168.0.1... > On Tue, 01 Jun 2004 19:27:08 +0200, Maciej Kaczkowski > <M...@elka.pw.edu.pl> wrote: > > >How can I use JTAG mode without ETM port on Philips LPC 210x? > > > >I pull up DBGSEL and RTCK during RESET, processor starts using jtag but > >also ETM port is enabled (I can`t use ETM pins as GPIO). > >I am also using LPC 212x - it is posible to turn on jtag without ETM port. > > On the LPC210x you can use the secondary JTAG port, providing that > your on-chip software enables it. > > Stephen > -- > Stephen Pelc, s...@INVALID.mpeltd.demon.co.uk > MicroProcessor Engineering Ltd - More Real, Less Time > 133 Hill Lane, Southampton SO15 5AF, England > tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691 > web: http://www.mpeltd.demon.co.uk - free VFX Forth downloads
Thank You I know about it but I don`t know how to do it. It is written in Philips Data Sheet to this processor but it is not clear for me. If you can send me more details how can I do it. I am using gcc and Wiggler from Macraigor. I am using also philips lpc 2124 (demo board from KEIL MCB2100). It is working with JTAG port but without ETM (RTCK pin to GND during reset). This doesn`t work on philips lpc2106 (data sheet says that you have to pull up DBGSEL and RTCK during reset - JTAG port AND ETM is enabled). Thank You for information and please send me more details if you can. Stephen Pelc wrote: > On Tue, 01 Jun 2004 19:27:08 +0200, Maciej Kaczkowski > <M...@elka.pw.edu.pl> wrote: > > >>How can I use JTAG mode without ETM port on Philips LPC 210x? >> >>I pull up DBGSEL and RTCK during RESET, processor starts using jtag but >>also ETM port is enabled (I can`t use ETM pins as GPIO). >>I am also using LPC 212x - it is posible to turn on jtag without ETM port. > > > On the LPC210x you can use the secondary JTAG port, providing that > your on-chip software enables it. > > Stephen > -- > Stephen Pelc, s...@INVALID.mpeltd.demon.co.uk > MicroProcessor Engineering Ltd - More Real, Less Time > 133 Hill Lane, Southampton SO15 5AF, England > tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691 > web: http://www.mpeltd.demon.co.uk - free VFX Forth downloads
Hello Maciej, have a look at a Philips Application Note here: http://www.semiconductors.philips.com/acrobat/applicationnotes/AN10255_1.pdf about the secondary JTAG Cheers, Schwob p.s. you will also find a lot of help here: http://groups.yahoo.com/group/lpc2000/ in the LPC2000 Yahoo group Maciej Kaczkowski <M...@elka.pw.edu.pl> wrote in message news:<4...@elka.pw.edu.pl>... > Thank You > > I know about it but I don`t know how to do it. It is written in Philips > Data Sheet to this processor but it is not clear for me. > If you can send me more details how can I do it. I am using gcc and > Wiggler from Macraigor. > > I am using also philips lpc 2124 (demo board from KEIL MCB2100). It is > working with JTAG port but without ETM (RTCK pin to GND during reset). > This doesn`t work on philips lpc2106 (data sheet says that you have to > pull up DBGSEL and RTCK during reset - JTAG port AND ETM is enabled). > > Thank You for information and please send me more details if you can. > > > > Stephen Pelc wrote: > > On Tue, 01 Jun 2004 19:27:08 +0200, Maciej Kaczkowski > > <M...@elka.pw.edu.pl> wrote: > > > > > >>How can I use JTAG mode without ETM port on Philips LPC 210x? > >> > >>I pull up DBGSEL and RTCK during RESET, processor starts using jtag but > >>also ETM port is enabled (I can`t use ETM pins as GPIO). > >>I am also using LPC 212x - it is posible to turn on jtag without ETM port. > > > > > > On the LPC210x you can use the secondary JTAG port, providing that > > your on-chip software enables it. > > > > Stephen > > -- > > Stephen Pelc, s...@INVALID.mpeltd.demon.co.uk > > MicroProcessor Engineering Ltd - More Real, Less Time > > 133 Hill Lane, Southampton SO15 5AF, England > > tel: +44 (0)23 8063 1441, fax: +44 (0)23 8033 9691 > > web: http://www.mpeltd.demon.co.uk - free VFX Forth downloads