LPC2000
Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
Search Results for "etm"
Post a new Thread
alexander_ribero - Aug 28 2009
Hi:
Note that the bit 3 of PINSEL10 is read from RTCK signal in the JTAG connector at reset time, and that is recommended to have a 10k pull-up resistor on this pin. This could ... 
active_si - Mar 24 2009
Hi!
I have a MCB2300 board and I'm playing around with simple GPIO input/output.
If I extend the blinky example from keil so that the P2.8 is also "blinking" it works, but if... 
"luk...@rocketmail.com" - Mar 22 2009
Here are a couple of the solutions that I have tried...
Solution A
__________
int main(void)
{
int keyPadNo, firstKeyStroke, currentKey;
int keyTable[FOUR_BIT] = {1... 
Paul Curtis - Oct 27 2008
Hi,
> Is there anyway of testing Olimex LPC-MT2106 development board in
> isolation?
> What I want is tool that will allow me to program the flash with a
> program that e... 
Xiaofan Chen - Oct 11 2008
On Thu, Oct 9, 2008 at 6:54 AM, Xiaofan Chen wrote:
> On Thu, Oct 9, 2008 at 12:01 AM, Tyson Harding wrote:
> >
> > OpenOCD supports the J-Link in linux without the Seg... 
ksdoubleshooter - Oct 6 2008
JC is correct about setting PINSEL2 to 0. This will set those pins
back to GPIO if they were set to the ETM function. However, they do
not default to the ETM function. The stat... 
Dirk Uffmann - Sep 23 2008
Hi,
I am new in this group and starting with NXP ARM controllers. My
choice is LPC2366 for use in an embedded vision system for a mobile
robot. The system will be using an O... 
"Charles R. Grenz" - Jun 23 2008
titi_toon wrote:
> Hello,
>
> I have made my own board (it's not the first) and the ISP (read device
> signature) works, but i can program the LPC2138 (or 2132) only onc... 
Paul Claessen - Apr 2 2008
See reply below.
From: l...@yahoogroups.com [mailto:l...@yahoogroups.com] On Behalf Of
Pedro Zuchi
Sent: Wednesday, April 02, 2008 9:54 AM
To: l...@yahoogroups.com
Subject: [... 
Dezheng Tang - Mar 27 2008
P2.7~8 for CAN2 are shared with ETM. Can you check the
setting of PINSEL10 register?
Tom
--- In l...@yahoogroups.com, "ben_fnr" wrote:
>
> hi am trying to get the secon... 
Dezheng Tang - Mar 27 2008
There is nothing wrong in your code. The problem is
in your linker setting and/or remapping the interrupt
vector.
How did you build your application? If you have set
code en... 
SONNY - Mar 26 2008
Tom, Thanks for your time. I did set my IROM1 to 0x00002000-
0x00007E000 in Keil Target tab under Option. I'm new to remaping
handler into RAM, so can you give a code example or... 
Kiran - Feb 14 2008
Hi,
any one knows the make and part no. for ETM connector (in the target board).
Regards,
Kiran
[Non-text portions of this message have been removed]
... 
Robert Adsett - Jan 9 2008
At 07:04 AM 1/9/2008 +0000, derbaier wrote:
> --- In l...@yahoogroups.com, Robert Adsett
> >
> > I've done a fair > amountof work where I would consider using an ICE
> ... 
"Milender, Jeff" - Dec 13 2007
We ran into a similar problem on the LPC2294 (No JTAG function) and it
turned out that we were inadvertently causing the micro to enter an
undocumented test mode which disabled t... 
ben_fnr - Oct 24 2007
Herbert,
Thanks for your reply. Yes I have enabled fast IO, but that is only
needed for ports 0 & 1.
However I have now fixed the problem. It seems that the ETM module was
... 
life speed - Sep 13 2007
Hi,
I am new to the world of ARM7, having previously used PICs. Now I
need more processing power and high-precision math so I decided to
step up to the world of ARM.
I w... 
Nimish Rao - Aug 3 2007
hi,
gee guys one more problm here is.i know i used a ulink adaptor to debug the
same.Now we know that the ulink adaptor does not support real time trace but
the thing is where f... 
Hussam Al-Hertani - Jun 20 2007
Hi there. I'm still new to the LPC devices and possess little
experience with them. I have the LPC2119 board (w/ arm stamp) from
futurlec. Downloading via bootloader to this boar... 
Brian Sidebotham - May 22 2007
Hi Guys,
I could do with some pointers as to what I'm doing wrong here. I am
trying to get the external interrupt EINT0 to work on an LPC2368 on an
MCB2360 keil development b... 
Dominic Rath - Apr 19 2007
Hello Peter,
I've developed the ARM926EJ-S support in the OpenOCD using a LPC3180 board
from Phytec, find the config file I'm using attached to this mail. You'll
have to mod... 
rawjoeshaw - Apr 6 2007
After reading the user manual for the LPC2106, I found this passage:
Pin Function Select Register 1 (PINSEL1 - 0xE002C004)
The PINSEL1 register controls the functions of the pi... 
misterhershel - Mar 3 2007
I would be nice if my code could detect whether the JTAG interface is
connected. I do this now with LPC213X by looking at (PINSELECT2 &
0x4), and can control power save modes, et... 
Dominic Rath - Feb 27 2007
On Tuesday 27 February 2007 19:41, naderus2000 wrote:
> Hi
> I use IAR and LPC2148 with HJTAG server,
> but when i in debug mode the Code coverge doesn't work(it's gray),
> ... 
nonuckingfumber - Feb 13 2007
Using a wriggler with a 2106 it seems that the ETM pins also get
activated when starting in DEBUG. Is there any way to disable this,
the wriggler does not even connect to them bu... 
drproton2003 - Feb 7 2007
Hello everyone,
I am experiencing a problem with port 2 on the LPC2368. Basically my
application toggles P2.0 and P2.1 when certain events occur. P2.0
simply flashes an LE... 
Dominic Rath - Jan 30 2007
Hello everybody,
I'm currently working with a NXP LPC3180 because it features an ETB (Embedded
Trace Buffer) which allows trace data to be retrieved via JTAG instead of the
... 
Edwin Olson - Jan 29 2007
Dominic Rath wrote:
> the LPCs use the synthesizable ARM7TDMI-S core which requires the JTAG signals
> to be synchronized to the core frequency. The synchronization circuit li... 
Robert Adsett - Jan 16 2007
At 12:58 PM 1/16/2007 +0000, jayasooriah wrote:
> --- In l...@yahoogroups.com, Robert Adsett wrote:
> > I had a heisenbug that disappeared on the slightest modification
> ... 
nxp_apps - Jan 3 2007
Greg,
On the Keil MCB2300 board, UART1 p0.15 and 0.16 are wired to
the MAX563 tranceiver, not P2.0 and P2.1. P2.0 and 2.1 are used
for LEDs. That's why P2.0 and P2.1 won't w... 
Jan Thogersen - Dec 15 2006
Hi all,
My LPC2368 won't start without the JTAG in use. When I use the JTAG to
download firmware and debug there is no problems, firmware runs
absolutely fine! However, when... 
derbaier - Dec 7 2006
--- In l...@yahoogroups.com, "dpvt" wrote:
>
> Greetings:
>
> Can anyone provide information how to enable TRACECLK pin P1.24
> output on the LPC2292? This should ... 
derbaier - Nov 28 2006
--- In l...@yahoogroups.com, "Sutton Mehaffey" wrote:
>
> I am using P1.17-P1.24 on a LPC2148 as a virtual data bus. I have set
> PINSEL2 = 4 and set pins to inputs (IODI... 
ligfietser2003 - Sep 5 2006
--- In l...@yahoogroups.com, "r_bottleneck" wrote:
>
> I trusted the documentation that P1.25 could be used as EXTIN0, but
> now as I need it, I do not find any hint abo... 
Peter Jakacki - Jun 6 2006
Martin Honeywill wrote:
> I've been looking for an input circuit equivalent for The LPC21xx
> chips. What I would like to know is if configured as an input does an
> LPC21xx ... 
Joel Winarske - Mar 8 2006
Does anyone have any insight/experience with the new IAR J-Trace they might
share?
It has ETM support with 2M buffer for $1,120US, pretty impressive value.
ftp://ftp.iar.se/... 
Jayasooriah - Feb 8 2006
Dominic,
My apologies. I misread nSRTS as nTRST, and I incorrectly referred to
EmbeddedICE-RT macrocell as ETM -- I did not meant to discuss ETM at all.
I have no experience ... 
Jayasooriah - Feb 8 2006
Dominic,
I believe you are not distinguishing between JTAG reset and LPC reset.
JTAG operations are carried out using the TAP (Test Access Port)
controller. This TAP control... 
Jayasooriah - Feb 8 2006
Tom, I cannot find anything in your reference that says you cannot access
the JTAG port while the processor is in reset. I hope I am not missing
something obvious in your refe... 