Hi, I ordered the IAR Kickstart kit for LPC2106 from the Philips web site. The kit arrived last week but contrary to the information on the site, it didn't...
Tony, You need to order the KickStart *Plus* kit to get the j-Link. Did you order the KickStart or KickStart Plus kit? -- Paul Curtis, Rowley Associates Ltd...
Hi, I having a problem with some code i'm developing on the LPC2214 chip using GNU tools. I have a simple function that performs a division. unsigned int a=0,...
Send the elf file if it's a small piece of code. -Mike. ... __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We...
I just tried it on my setup. ... unsigned int test(U32 b, U32 c) { return b/c; } void APP_vMain (void) { unsigned int a=0, b=1000, c=0; a=test(b,c); ...
I'm using the GNU toolchain: gcc, gdd and FreeRTOS. When I start the ARM7 demo application (compiled in RAM) with gdb or insight, step executing don't work. I...
Hi folks, I'm trying to connect my (very first) LPC2294 target to my board using Cross Studio and an Olimex 20 pin parallel port JTAG interface. Crossworks...
... You NEED pull-up on both pins! A value in the range 2K2 to 10K is good (depends on desired speed and power-consumption). I think you should try another new...
Hi Paul, ... Olimex JTAG adapter? << No, this is the first time I've tried connecting to anything; I didn't buy a development board from anyone. Rob....
I'm not an Arm expert, but Jon or Michael should be able to help. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM,...
... using the ... didn't buy a ... Check your JTAG connections against my Wiggler '210x interface: http://www.geocities.com/leon_heller/lpc2104.html and make...
Hi Leon, ... Yeah, they look essentially the same (I have RTCLK connected as well). I must say, I can't find the DBGSEL pin at all though. There's a mention of...
I'm considering the LPC221x for a data acquisition device, but I need multi-megabytes of SRAM (say, 16MB), and several parallel devices. I'll need multiple...
You can use XCLK to delay CS. That will give the address bus time to stablize. Regards -Bill Knight http://www.theARMPatch.com On Mon, 01 Nov 2004 23:18:53...
... interface: << ... well). I ... of it in ... interface ... Macgraigor ... Wiggler. ... I just checked the data sheet, and saw that P1.26 must be low whilst ...
Not exactly sure what you mean there... I just found a Sharp App Note about this very topic. They suggest a flip-flop clocked by XCLK, and Set by nCS, to delay...
Hi I have also a IAR Kickstart board with J-Link. I use Crossworks not IAR compiler. The Kickstart board is the only board I have seen that support both JTAG1...
Hi Michael, I wrote a small application this morning with just the divide routine in it. When I stepped through the assembly, I noticed that most of the...
Hi Leon, ... RESET is low, to enable debug. Have you done that? << Yes, that I had done(it looks like the equivalent to the DBGSEL to me), but it did point me...
Is there any example uart code for the LPC2129, which uses a tx/rx ringbuffer in RAM? I'm using MCB2100 with the Keil tools. Regards, elvis_seventy_seven...
hi, i am using tinyarm lpc2106 from ramtek.i download the example from donotronics mb40_examples.zip(Dontronics - TinyARM DIP40/50 with Philips LPC2106/2129...
Are you removing (adding?) the jumper to disable ISP mode? Richard ... donotronics mb40_examples.zip(Dontronics - TinyARM DIP40/50 with Philips LPC2106/2129...
Dear all, Having finally got IAR to compile stuff (thanks Ivan for the help), my only problem now is that the Philips LPC Flash utility keeps crashing my PC, ...
Paul Maddox (Mail LIs...
Paul.Maddox.Mail-list...
Nov 2, 2004 10:11 pm
3877
... I've not had the crash problem but on the few occasions I've had trouble connecting it has just been a bad/loose connection. Have you tried one of the...
I know it was discussed here already, but do somebody have a build file snipplet that would take care of the code protection setting for the late version...
Paul, Do you have linux, or can you install it? Unless it's a bad hardware problem, it's highly unlikely linux will crash when running my little flash utility....