Search the web
Sign In
New User? Sign Up
gnuarm
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2775 - 2804 of 4906   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2775
Hello OST, from your mail it is not clear to me, what you are trying to achieve with power management units. Do you mean the power management units are ...
Jens Potschadtke
antragsformular
Offline Send Email
Dec 1, 2006
10:45 am
2776
Dear, It is better you visit and www.nxp.xom and download Power Management application notes for LPC2xxx series of Microcontroller. Nilesh arm_techie arm_user...
Nilesh
inileshce
Offline Send Email
Dec 1, 2006
3:05 pm
2777
... עŻ-3.5G20M 抢注雅虎免费邮箱-3.5G量,20M件!...
Timathy
xwlfiona
Offline Send Email
Dec 2, 2006
10:31 am
2778
Hi I would like to move the libgcc.a (used for division operations) library to a separate memory section that will not be touched by our bootloader...
DW
xjag74gnuarm
Offline Send Email
Dec 4, 2006
9:56 am
2779
Hi ALL, I wanted to develop circuit for temperature cotrol based on ARM7 controller. what controller i supposed to used of philips. From where do i get...
vasadia dharmendrq
vasadia_arm
Offline Send Email
Dec 4, 2006
1:41 pm
2780
Hi Dharmendra, Try www.embeddedartists.com for QUICKBOARD. You can learn programming with it or use it for your prototype. Ong ... From: vasadia dharmendrq...
Chong Hoe Ong
ongch23
Online Now Send Email
Dec 4, 2006
2:35 pm
2781
Hi! I'm a new programmer of ARM7 (STR71X). I'd like to know how to proceed about the program insertion into chip. Thanks and regards,...
bugs_bogus
Offline Send Email
Dec 6, 2006
4:22 pm
2782
... Uhhh, isn't there another mailing list somewhere which deals specifically with the STR7 processors??? This is a topic list regarding the GNU ARM...
Tom Walsh
twalsh0001
Offline Send Email
Dec 6, 2006
6:47 pm
2783
Normally you would create the bootloader as a seperate application, so this should not be a problem. Could you explain what you are trying to achieve as it is...
ntfreak2000
Offline Send Email
Dec 7, 2006
12:15 am
2784
... so ... Hi Spen, I implemented the bootloader within the same application. I use the linker script file to get the bootloader to the first sector and the ...
DW
xjag74gnuarm
Offline Send Email
Dec 8, 2006
2:22 pm
2785
... When you do the object copy (arm-elf-objcopy) to create the binary image from elf, do something like this: $(OBJCOPY) --gap-fill=255 -O $(FORMAT) $< $@ -- ...
Tom Walsh
twalsh0001
Offline Send Email
Dec 9, 2006
12:32 am
2786
... application, ... strange ... the ... the ... image ... http://openzipit.org ... Thank you Tom, that was a way that helped me on. ...but I wonder if there...
DW
xjag74gnuarm
Offline Send Email
Dec 11, 2006
11:52 am
2787
I have a problem compiling using gnuarm 3.4.3 binary tools. The problem shows up when I have my source files in one directory and I want to build my output...
David Good
djcybermyth
Offline Send Email
Dec 13, 2006
5:26 am
2788
Most likely this is an ldscript issue. This is something I have seen and broke on cygwin, but worked fine on *nix (or vice versea).... I forget which. If...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 13, 2006
5:56 am
2789
Hello, I see following (aditional) problems with your make file: if you want to have the output in the bin subdir, then you have not only to tell the compiler...
Jens Potschadtke
antragsformular
Offline Send Email
Dec 13, 2006
10:57 am
2790
Thanks Jens. My original makefile did include the line exactly as you have it below. I have been massaging the file heavily trying to fix my problem, so I...
David Good
djcybermyth
Offline Send Email
Dec 13, 2006
4:54 pm
2791
... No, I tried that and couldn't get it to work for me. I would be very interested if anyone has gotten the FILL to work. TomW -- Tom Walsh - WN3L - Embedded...
Tom Walsh
twalsh0001
Offline Send Email
Dec 13, 2006
5:04 pm
2792
Usually most my assembly functions are fairly small and compact enough where I don't really need to worry about using the stack beyond saving registers I am...
Stephan
kermos2000
Offline Send Email
Dec 14, 2006
3:30 pm
2793
I've got an issue with multiplication of two 32bit words. I need to multiply two unsigned 32 bit words to obtain 1 64 bit long long. GCC emits the following...
jjbr01
Offline Send Email
Dec 14, 2006
11:57 pm
2794
Well one problem stabs me in the eye instantly. You are using –O0 which is optimizations disabled. I’d suggest you try again with –O1 or –O2 even. ...
Stephan Rose
kermos2000
Offline Send Email
Dec 15, 2006
12:16 am
2795
I second that. The C standard says if you do any operation and insert the result into a bigger variable, the input will be converted to that variable size...
Baldur Gislason
baldurgee
Offline Send Email
Dec 15, 2006
1:35 am
2796
Thank you chaps for your reply, I recompiled with optimizations at level two (-O2) 32bit*32bit multiplication still has an unexpected output of 32bits as ...
jjbr01
Offline Send Email
Dec 15, 2006
2:40 am
2797
IMHO, the toughest and the trickiest part of USB hardware development is the USB driver that runs on the host PC. Are there any Windows drivers (preferably...
Nick Alexeev
kender_a
Online Now Send Email
Dec 15, 2006
4:17 am
2798
I think if you get the DDK from Microsoft which you need to be able to do any driver development it does include samples for USB Drivers. For the PC Side, you...
Stephan Rose
kermos2000
Offline Send Email
Dec 15, 2006
5:10 am
2799
The easiest way is to program the client side (LPC2148) to enumerate as a communications device (COM port) or HID (mouse) type device. Windows and Linux both...
mgray@...
kd7lmo
Offline Send Email
Dec 15, 2006
5:23 am
2800
... It depends what you want to do. If you want to do a real driver, then you can use the Microsoft DDK or a commercial solution (??Jungo??). My prefered...
Charles Manning
embeddedjanitor
Offline Send Email
Dec 15, 2006
6:10 am
2801
Hello James, what seems to unexpected behaviour, is in fact perfectly logical for the compiler, since the compiler does exactly what the C-ISO-spec is ...
Jens Potschadtke
antragsformular
Offline Send Email
Dec 15, 2006
8:52 am
2802
At this point, I don't want to touch the Windows driver code with a 10ft (~3m) pole. I'm making a proof of concept device, so the serial port approach would...
Nick Alexeev
kender_a
Online Now Send Email
Dec 16, 2006
12:10 am
2803
Here's what I've discovered so far: I have two projects with identical source files with different makefiles. One project builds everything in the source...
David Good
djcybermyth
Offline Send Email
Dec 16, 2006
6:36 pm
2804
... I have .o files scattered around in different directories. When I link, I give the paths to the .o files and it works fine. e.g. .SECONDARY :...
Tom Walsh
twalsh0001
Offline Send Email
Dec 17, 2006
3:33 am
Messages 2775 - 2804 of 4906   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