Search the web
Sign In
New User? Sign Up
lpc2000 · LPC ARM Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33978 - 34007 of 45913   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33978
It's free for another 4 days ;-) I must say that I'm quite happy with it. And I don't bother paying 75 pounds for it(that's less than a demo board). Before I...
jefspalace
Offline Send Email
Jun 1, 2008
8:22 am
33979
Don't bother, or don't mind? Or is that the same in some dialect? ~ Paul Claessen ... From: "jefspalace" <tkanmijnischelen@...> To:...
Paul Claessen
paul_l_claessen
Offline Send Email
Jun 1, 2008
8:50 am
33980
... From: "Paul Claessen" <paul@...> To: <lpc2000@yahoogroups.com> Sent: Sunday, June 01, 2008 9:50 AM Subject: Re: [lpc2000] Re: Code in directory...
Leon
leon_heller
Offline Send Email
Jun 1, 2008
9:35 am
33981
Agreed. Given the context, it's certain that not bothered == doesn't mind. -- Paul....
Paul Curtis
paul_l_curtis
Offline Send Email
Jun 1, 2008
10:19 am
33982
Hi! I configured pins : #define IO_WIND_K 1<<17 #define OW_DIR_IN() ( IODIR1 &= ~(IO_WIND_K) ) as input , but after pull up( I set 3.3V to P1.17) P1.17 is...
szczypta_marek
Offline Send Email
Jun 1, 2008
11:46 am
33983
... What did you do to PINSEL2? My LP2148 user manual tells me you should clear the GPIO/TRACE bit to enable GPIO for pins P1.16-25 I've used P1.25 as a GPIO...
Bertrik Sikken
bertriksikken
Offline Send Email
Jun 1, 2008
12:04 pm
33984
I want to do byte read access from bits 16 to 23 of an I/O port register for maximum speed. However IAR seems to have a problem defining an additional IO...
Mike Harrison
mikentb123
Offline Send Email
Jun 1, 2008
3:05 pm
33985
... Is your program results only prefetch abort or any other aborts also? If only prefetch abort check out write prefetch handler code in startup file. If it...
rva2001me
Offline Send Email
Jun 1, 2008
3:49 pm
33986
Hi all! I have to develop an application which uses usb mass storage(with an mmc card) and also the controller have to access the file system on the card and...
psy.fusion
Offline Send Email
Jun 1, 2008
5:05 pm
33987
Hi , I have a query regarding FIQ interrupt. I have written a FIQ interrupt service routine as mentioned below. How can I link this FIQ_Handler to startup.s. ...
syogibear
Offline Send Email
Jun 1, 2008
6:47 pm
33988
... You don't say which compiler you're using. With IAR, you'd use __fiq, not __irq Then add a call to your FIQ code in the startup code at the FIQ vector - in...
Mike Harrison
mikentb123
Offline Send Email
Jun 1, 2008
7:04 pm
33989
Hi, basically it *is* possible to do what you want, but it's not that easy as you might think. As you want to have the possibilty to exchange the *complete*...
Herbert Demmel
demmelh
Offline Send Email
Jun 1, 2008
7:07 pm
33990
... Search for LPCUSB which has mass storage support, and EFSL for filesystem support. I have these two working together. The one catch, is that you can't...
Michael Anton
mike_antonca
Offline Send Email
Jun 1, 2008
7:38 pm
33991
... The secondary bootloader can exist in flash, and does not need to be copied to RAM. Since you are making calls to the IAP routines to actually modify the...
Michael Anton
mike_antonca
Offline Send Email
Jun 1, 2008
7:42 pm
33992
Mike, the original poster Yaque was speaking about the FULL FLASH MEMORY (I don't want to shout, it's only copied from the subject line), so if he wants to do...
Herbert Demmel
demmelh
Offline Send Email
Jun 1, 2008
8:27 pm
33993
... You are correct, I missed that. Though, if he has to copy the bootloader to RAM, then it must be in flash anyhow, so he might as well just allocate a...
Michael Anton
mike_antonca
Offline Send Email
Jun 1, 2008
8:35 pm
33994
Announcing version 0.92 of the Jumentum network Basic system at http://jumentum.sourceforge.net/ Jumentum is for LPC2000-based microcontrollers. It allows a...
profdc9
Offline Send Email
Jun 2, 2008
12:49 am
33995
hi are u working on motor. Rajeev   Raj ... From: syogibear <syogibear@...> To: lpc2000@yahoogroups.com Sent: Sunday, June 1, 2008 11:04:25 PM ...
Cool Dude
urjust2oocool
Offline Send Email
Jun 2, 2008
4:15 am
33996
Yes... Any suggestions you have about this.. I am using NXP application note AN10513 and LPC2101 controller. Yogesh...
syogibear
Offline Send Email
Jun 2, 2008
4:47 am
33997
I am using , LPC2101(NXP controller) Keil compiler IAR evaluation board. Yogesh...
syogibear
Offline Send Email
Jun 2, 2008
4:48 am
33998
Hmm, since english is not my native language the difference is very subtle to me. What if I mentioned: 'I don't care'? ;-) Anyway, I have to spend some money,...
jefspalace
Offline Send Email
Jun 2, 2008
6:53 am
33999
You seem to be working with double negatives I'm not bothered...try...it is not a bother to me at all to pay for the software I don't care...not good anyway I...
Jim
thunderdrome...
Offline Send Email
Jun 2, 2008
7:47 am
34000
Hi Group Is there anyway I can explicitly load obj to my memory segments, without having to write a linker command script from scratch ? Thanks Jim...
Jim
thunderdrome...
Offline Send Email
Jun 2, 2008
11:57 am
34001
Hi Jan, What you have done is correct (my bad as they say). There is little/no gain in copying the ctor/dtor tables and as you have found out it doesn't work. ...
nutleycottage
Offline Send Email
Jun 2, 2008
12:17 pm
34002
Hi Michael, thanks. My solution is however not completely right, there is probably some problem with rodata. When I use this xml file and I do...
Jan Vanek
jovanek
Offline Send Email
Jun 2, 2008
12:35 pm
34003
Hi, I think you should explain a bit more. Maybe it is just my English, but your question in its current form is a bit silly. Are you after a linker command...
Foltos
foglaltid
Offline Send Email
Jun 2, 2008
12:40 pm
34004
Hi Foltos...thanks for your interest I'm a bit puzzled by the tools...sorry...I had better make my question a bit more complicated :-) What I would like to be...
Jim
thunderdrome...
Offline Send Email
Jun 2, 2008
1:18 pm
34005
... This is going to be dependent on the toolchain. For GNU GCC, you need to do 2 things: First, tell the compiler which named memory segments get which...
rtstofer
Offline Send Email
Jun 2, 2008
1:23 pm
34006
Cheers Richard, that's grand, appreciated I will take a closer look at the ld documentation, if there are no other tools available...to load .obj, libraries,...
Jim
thunderdrome...
Offline Send Email
Jun 2, 2008
1:32 pm
34007
Hi, ... You can do that. Also, add the .ld file to the project and set the file's type to Linker Script, and then you can use your own GNU linker script ...
Paul Curtis
paul_l_curtis
Offline Send Email
Jun 2, 2008
1:34 pm
Messages 33978 - 34007 of 45913   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help