Re: New Tutorial: ARM Cross Development with Eclipse
2005-07-04 by lynchzilla
The sample code can be found on the olimex site (www.olimex.com) and if you navigate to the page supporting the ARM LPC-P2106 board, you ll see links for the
Yahoo Groups archive
Messages
Page 172 of 329 · 16407 messages matched
2005-07-04 by lynchzilla
The sample code can be found on the olimex site (www.olimex.com) and if you navigate to the page supporting the ARM LPC-P2106 board, you ll see links for the
2005-07-04 by Martin Maurer
Can you add a short summary of the problem, what the problem is ? Regards, Martin ... From: lpc2100_fan To:
2005-07-04 by lpc2100_fan
Dave, Your pointer was a little misleading (7923) but I found the issue described in 7898. My question to the original poster (I guess Keith) is whether the
2005-07-04 by Sunil Jha
Hi, I have read all postings regarding use of LPC2000 flash utility from Philips on this group and Circuit Cellar BB and tried all of them. Finally i saw its
2005-07-04 by dsidlauskas1
Message 7923 describes a bizarre stack problem on the 213x. If this is correct, it would seem to seriously limit the usefulness of this part. What say you
2005-07-03 by Rod Moffitt
Thanks Martin, I received the source files via email and will try it very soon (sorry for the late reply yet it was a long Canada Day vacation weekend). BTW,
2005-07-03 by Rod Moffitt
Glad to have helped out! - Rod -- ___ ____ ___ _ ___ Rod Moffitt / _ / __ / _ (_)__ / _/__ http://rod.info / , _/ /_/ / // / /
2005-07-03 by cris_ullmann
Hi Tom, thank you for your help. The result is still not my problem. I changed that sometimes from reslut[1] to result[0]. The problem is, the programm sticks
2005-07-03 by Tom Convent
Hello Cris, In your code result[1] contains the ID...you should return result[1] instead of result[0]. results[0] only says the cammand is sucess. regards, Tom
2005-07-03 by sudip nag
Hi Bill, LPC2138 RTC pins may be kept unwired (do not connect any thing) and let the registers in default state while you are not using. There is no special
2005-07-03 by tonalbuilder2002
I m designing a LPC2138 board without an external RTC xtal circuit. Any ideas how to handle the RTCX1 & RTCX2 real time clock oscillator pins when not used?
2005-07-02 by chalissery franco
can i port uclinux with the 512 kb of flash philips 2138 without any problem to my appilcation( which is less than 6 kb). ... Too much spam in your inbox?
2005-07-02 by lpc_2294
Hello all, Sonny, thanks for the hint. I tried to start the project and IAR doesn t recognize it at a valid project. I created a new project with IAR and I
2005-07-01 by tonalbuilder2002
... Perhaps this is the problem...the FTDI chips have the odd characteristic that the WRITE strobe is active-high, rather than the otherwise universal
2005-07-01 by burtswp
Bob, Thanks. I probably read that and got it confused in my memory. Burt ... Philips ... do ... a ... LPC213x ... anybody
2005-07-01 by lpc2100_fan
Hi, may be (just may be) you have been using the LPC900 family of Philips as well. On that family the DAC is part of the ADC and can not be used at the same
2005-07-01 by burtswp
I have this memory (probably I m hallucinating) that I read about a problem using the ADC and the DAC at the same time on those LPC213x chips that have the
2005-07-01 by sonny945852001
Go to www.sparkfun.com, click on the 2294 and there is a demo (includes source code) that shows read/write external flash, read/write external ram. Sonny
2005-07-01 by lpc_2294
Hello all, I recently purchased an Olimex LPC - H2294 board with 1MB External SRAM and 4 MB External Flash. I have the following problem : I can t access to
2005-07-01 by valdef78
... can ... http://www.olimex.com/dev/soft/arm/sample_programs.zip http://www.olimex.com/dev/pdf/ARM%20Cross%20Development%20with% 20Eclipse.pdf
2005-07-01 by nuncio_bitis
Hi again - I finally have time to go thru the tutorial - is there somewhere I can download the sample code from? (demo2106_blink_flash.zip) Thanks
2005-07-01 by soren_t_hansen
... This is really starting to annoy me big time. Running with my original set of startup + linker files I m now able to make the interrupts work the first
2005-07-01 by cris_ullmann
Hello friends, I m still pretty unexperienced in programming the LPC2xxx processors. I want read and write the internal flash using IAP. At first, I tried to
2005-07-01 by cris_ullmann
Hello friends, I m still pretty unexperienced in programming the LPC2xxx processors. I want read and write the internal flash using IAP. At first, I tried to
2005-07-01 by soren_t_hansen
... lets the PC wrap to that address. So 3fff ffef sure sounds like the wrong location to me. Is it the same when you are running from Flash? When running
2005-07-01 by Michael Anburaj
gcc -- arm-elf-gcc Cheers, -Mike. ... __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone.
2005-06-30 by Gerhard Kammerer
... Sorry, i mean this kills the Interrupts Gerhard
2005-06-30 by Gerhard Kammerer
You must not read the VIC registers in the register window. This kills the breakpoints :-( Gerhard
2005-06-30 by Dan Beadle
The vic address is up in high memory FFFF.... The trick of #-0xff0 lets the PC wrap to that address. So 3fff ffef sure sounds like the wrong location to me.
2005-06-30 by soren_t_hansen
... make sure that the vectors are set. I have the MEMMAP = 2 as the first line in my main. ... Done that, but the handler newer gets called. ... programming
2005-06-30 by keithgw_strider
I have seen the following on the LPC2131 and LPC2138: It appears anytime the PC and SP are equal except for the high byte of the address, and you run a POP
2005-06-30 by keithgw_strider
The problem seems to be from hitting a breakpoint in an interrupt routine then exiting the debugger, (edit code), re run the debugger. I am guessing that the
2005-06-30 by Mark Butcher
Hi The ENC28J60 is something which I also had my eye on, although I have been warned by a few friends that the Microchip devices are not always as good as they
2005-06-30 by Lasse Madsen
Hi Stephen, How do you do ASP and CGI inside the micro? Is there some OpenASP or have you written a program to decode ASP? Regards Lasse ... From:
2005-06-30 by Dan Beadle
I have been using IAR and JLink for about 9 months now. I have not seen this type of problem. IAR / JLink normally does not do a hardware reset of the chip -
2005-06-30 by Gus
I had a problem using timer interrupts in the past. I had the interrupt flag set of the timer but ARM core didn t see it! I tried resetting and everyting else
2005-06-30 by Keith Wentworth
Using the LPC2131 AND LPC2138: I have been experiencing a problem when running in RAM or ROM with the jlink debugger. Sometimes no interrupts will work at all.
2005-06-30 by Dan Beadle
You probably want to set MEMMAP=2 BEFORE you download the code to make sure that the vectors are set. Try setting a breakpoint in the VIC handler. Obviously,
2005-06-30 by Bill Knight
Thanks Rod. I tucked them inot my gdbinit file quite a while back and unfortunately, promptly forgot who wrote them. They have been very helpful in getting
2005-06-30 by soren_t_hansen
Hi I m having a hard time making the interrupt work, when debugging my code. When I debug, I run the program from RAM and use the arm-elf-gdb to debug through
2005-06-30 by Boris Králik
Hi tonalbuilder2002 FTDI solutions is good, but I have a problem with FTDI232 chip. I have DLP-USB232M dlnda solution (sample board) and I don t result problem
2005-06-30 by arne_crouwels
Hey, I ve built the Armee-board with the LPC2106 on it, form elektor. I ve got all programs to program it, but only with C/C++. I couldn t program it with an
2005-06-30 by tonalbuilder2002
... Indeed, it would seem the FTDI chip solution is still the best solution for product runs of up to several hundred total units, or where time-to-market is
2005-06-30 by soren_t_hansen
... obiects IMHO should have constructors without arguments - startup code (that I use, and that I saw in previus posts) can only call default constructors.
2005-06-30 by Dave
... Hello, My approach to this is to use the user stack, in system mode. This way, I only ever use 12 bytes of irq stack space. Here is some gnu C code to
2005-06-30 by Martin Maurer
Hello Rod, give me a few days (and a bit of feedback from your side, if the latest beta is working) and i will transfer the beta version (1.27) to the official
2005-06-30 by Rod Moffitt
Sorry, I wasn t aware of that limitation. Just another reason why yahoo is a PITA. - Rod -- ___ ____ ___ _ ___ Rod Moffitt / _ / __ / _
2005-06-30 by Rod Moffitt
Just in case you were wondering who authored those GDB scripts, it was me! You can get all the info on how they work, and the original scripts from my site at:
2005-06-30 by Leon Heller
... From: Rod Moffitt To: Cc: capiman26061973 Sent: Wednesday, June 29, 2005 2:12 PM
2005-06-30 by lpc2100_fan
Hi, Rather recently published on the Philips website here: http://www.semiconductors.philips.com/acrobat_download/usermanuals/UM10120_1.pdf How to get there?