Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Messages

Browse messages

Page 298 of 329 · 16407 messages matched

Re: LPC2106 and JEENI ICE

2004-03-23 by jvedum

... PLL ... than ... JEENI) ... post ... Do you have any contact with the uC over the JTAG if at all? Which of the JTAG ports are you using? Jon

Thread view Attachments: 0

Re: LPC2106 and JEENI ICE

2004-03-23 by roland_winistoerfer

... has ... Tried this, but without success. I now will try to get the MAJIC (this is the successor of the JEENI) for some tests. I guess with the MAJIC this

Thread view Attachments: 0

Re: jtag2 works for me too!

2004-03-23 by philips_apps

Hi Charles Thanks for looking into the Secondary JTAG application note. Just want to comment on the issues you brought up regarding the application note * Does

Thread view Attachments: 0

Re: LPC2106 and JEENI ICE

2004-03-22 by embeddedjanitor

... JEENI ... schematics ... Suggestion: Slow your JTAG clock down. The JTAG clock must not be faster than 1/6 of the core clock frequency. So, if you re

Thread view Attachments: 0

Re: LPC2106 and JEENI ICE

2004-03-22 by roland_winistoerfer

... RTCK ... Unfortunately, the JEENI does not support the RTCK signal, so it is not possible to connect to it. I also checked the connection of the JTAG on

Thread view Attachments: 0

jtag2 works for me too!

2004-03-22 by embeddedjanitor

I know a few people have had the secondary JTAG working, but a lot have also struggled, so I post this with the hope of helping a few people. Firstly, the

Thread view Attachments: 0

Message 1548

2004-03-22 by qin Oven

_________________________________________________________ Do You Yahoo!? ��ȫ'ѵ'Ż'ʣ'ע'60'洢'ռ�

Thread view Attachments: 0

Re: [lpc2000] Re: 2105 strange matter

2004-03-22 by Robert Adsett

... Or possibly power supply decoupling? Robert Freedom has no meaning of itself. There are always restrictions, be they legal, genetic, or physical. If

Thread view Attachments: 0

Re: LPC2106 and JEENI ICE

2004-03-22 by embeddedjanitor

... with ... the ... like ... The RTCK is used to synchonise devices with a slow clock. I m quite suprised that the use of RTCK is not optional on the JEENI

Thread view Attachments: 0

Re: 2105 strange matter

2004-03-22 by embeddedjanitor

... the ... power. ... Do you have capacitors around your crystal? My board has a 15pF capacitor to ground on each side of the crystal. It could be that the

Thread view Attachments: 0

2105 strange matter

2004-03-22 by painfulcn

Dear sirs I met a very strange situation. I use LPC2105 in my simple test board, that has only a MAX3232 to connect to PC. I want to download program through

Thread view Attachments: 0

Re: [lpc2000] Re: LPC2106 IAP

2004-03-22 by David Bermingham

Yeah, I call iap_entry(command,result) and the next line of the code is printf something and it never calls the printf. I pretty much copied the philips code

Thread view Attachments: 0

Re: LPC2106 IAP

2004-03-21 by embeddedjanitor

... IAP, I followed the application note pdf given by philips but when I call the iap_entry function the processor seems to hang...nothing happens at all!!!

Thread view Attachments: 0

LPC2106 IAP

2004-03-21 by David Bermingham

Hello, Im trying to write some data from the RAM to the flash using the IAP, I followed the application note pdf given by philips but when I call the iap_entry

Thread view Attachments: 0

LPC2106 RTC Init

2004-03-19 by jpsg123

I m initializing the RTC in this sequence: 1. Clear bit 0 of CCR. 2. Clear CIIR (no interrupts) 3. 0xFF to AMR (no alarms) 4. Set PREINT to 1799 (I m running

Thread view Attachments: 0

Let's keep this forum productive, please

2004-03-19 by philips_apps

Hi, our team from Philips Applications posts on this forum because we consider it one of the best around. This is not just because it is focused on our line of

Thread view Attachments: 0

Re: I/O voltage at 1.8V?

2004-03-19 by redsp@yahoo.com

... 1.8V ... devices. ... Opps, make that, If not, you may have a chance at 1.8v for the *IO*.

Thread view Attachments: 0

Re: I/O voltage at 1.8V?

2004-03-19 by redsp@yahoo.com

... I think the Philips app guy said the Vio also powers the analog core. Are you using the analog circuits? If not, you may have a chance at 1.8v for the

Thread view Attachments: 0

Problems with interrupt using IAR

2004-03-19 by yura_boc

Hi, I m trying to start-up the interrupt handling. Here I configured Timer0 as IRQ source, and forced an interrupt. But interrupt sevice routine doesn t run.

Thread view Attachments: 0

I/O voltage at 1.8V?

2004-03-19 by Matthias Weingart

Is it possible to work with 1.8V for the I/O (Vdd3)? There are many cases where no external 3.3V logic is needed and I could live with 1.8V levels at the

Thread view Attachments: 0

LPC2106 and JEENI ICE

2004-03-18 by roland_winistoerfer

Hi I tried to get the JEENI ICE from EPI to work with the LPC2106, but without any success. The poeple from EPI told me it would not run with this ARM core,

Thread view Attachments: 0

LCD driver sample files uploaded

2004-03-18 by golssa

Hello, The LCD_driver_example.zip file that was just uploaded is a Keil C- based example program showing how to connect any industry standard character-LCD

Thread view Attachments: 0

Re: i2c test code

2004-03-18 by lpc2100

Replace this function in the example. Not elegant but works with 60MHz and lower. // this function Initialises I2C void InitialiseI2C(void) { REG(I2C_I2SCLL) =

Thread view Attachments: 0

Malloc not working when using Keil/GNU

2004-03-18 by golssa

Hi, does anyone know how to make Malloc work (it hangs the processor on my system) when using the Keil/GNU toolkit? It seems that the heap is not set correctly

Thread view Attachments: 0

Re: i2c test code

2004-03-18 by golssa

The Ashling code is very crude, it doesen t work when you change the CPU clock frequency of the CPU to its max of 60MHz for example. It also does not generate

Thread view Attachments: 0

Re: i2c test code

2004-03-18 by *****

Hi Bill, If you download the demo from www.ashling.com they a have a quick n dirty example of I2C for thier LPC2106 demo board so you can see how its done

Thread view Attachments: 0

Summary of Power numbers in active mode

2004-03-18 by philips_apps

Hi, first of all, I would like to thank Rick (redspy) for being persistent enough to trigger more investigations on power usage on the LPC2000 devices. These

Thread view Attachments: 0

i2c test code

2004-03-17 by Bill Knight

Does anyone have some quick-and-dirty code for testing the i2c interface on the LPC? I m doing a hardware checkout of a PCB prior to sending it in for second

Thread view Attachments: 0

Re: Looking for TCP/IP stack

2004-03-17 by r_stickley

Yes, I purchased TCP/IP Lean, and got the embedded stack running in DOS (and I wrote a PPP interface for it too :(. However, this stack does very little

Thread view Attachments: 0

Re: file upload: Modified ISP tool

2004-03-17 by embeddedjanitor

martin I will pull the version off the files section so that it does not cause any confusion. I will test the Linux version and shout if there are problems. --

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.