Search the web
Sign In
New User? Sign Up
arm-user · ARM User
? 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 244 - 273 of 756   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
244
I would like to contact someone with a laptop ARM TS758 Regards José...
jap29jap29
jap29@...
Send Email
Jul 3, 2003
8:01 am
245
Hi, I have just started wrking on ARM926EJ. I have couple of doubts.Basically i wanna implememt an ITU speech codec on this core. For that i want to know how...
Bhanu prakash
itsbhanu@...
Send Email
Jul 3, 2003
1:06 pm
246
Hi, I am working on ARM7 Simulator using Code Composer Studio. The following line of code is not getting compiled.Compiler is not able to understand this...
Shikha Sharma
shikha.sharma@...
Send Email
Jul 8, 2003
5:07 am
247
HI Shikha, What is ‘smull’? I have not come across 'smull' - ARM or THUMB instruction. If this is some pseudo instruction in your dev. environment (Code...
Michael Anburaj
michaelanburaj
Offline Send Email
Jul 8, 2003
7:44 am
248
sorry, Ignore the email I sent earlier... ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! ...
Michael Anburaj
michaelanburaj
Offline Send Email
Jul 8, 2003
7:46 am
249
Iam not going to ignore the mail hahah. RERA ... From: "Michael Anburaj" <michaelanburaj@...> To: <arm-user@yahoogroups.com> Sent: Tuesday, July 08, 2003...
R.Rajaram
rajaram@...
Send Email
Jul 8, 2003
9:45 am
250
Hi I feel ur "statements" are wrong. Both coding and English. hahahha ... S of course "compiler was able to understand" because it is dumb. we hv to write...
R.Rajaram
rajaram@...
Send Email
Jul 8, 2003
10:01 am
251
Hi, While i was going through some ARM docs, i encountered a statement saying that "some ARM based systems implements ROM/RAM remapping (i.e. ROM is aliased to...
BhanuPrakash
itsbhanu
Offline Send Email
Jul 8, 2003
3:09 pm
252
Hi Bhanu, This depends on the type of flash that you have. Typically Rom is slower to access than RAM so if you run all your code from ROM then you suffer a ...
Paul Blackburn
pb1199
Offline Send Email
Jul 8, 2003
3:17 pm
253
Bhanu, With some exceptions for the newer synthesizable ARM cores, most ARM processors always boot from address 0x0, where the exception vector table must be...
Noonan, Chris
cnoonanusa
Offline Send Email
Jul 8, 2003
4:05 pm
254
Untitled Document Find out if your boss, spouse or a criminal is spying on you Also if you have downloaded any music, movie clips, or games then your computer...
david hinshaw
david_hinsha@...
Send Email
Jul 14, 2003
7:18 am
255
hello friends, i am writing a n/w driver for RTL 8201L chip which is housed on a board along with the samsung s3c4510b arm processor. if anybody has written...
rupesh daddikar
roopesh_md
Offline Send Email
Jul 14, 2003
10:44 am
256
The 8201L is a PHY chip for ethernet. The ethernet MAC is in the Samsung part. Look at the Samsung site and the uClinux source for the 4510B driver at ...
Greg Holdren
gregholdren
Offline Send Email
Jul 20, 2003
2:30 am
257
Hi, I am using code warrior ADS1.2. I want to know how to handle I/O file streams in ADS.For example, if i want to download to a buffer from a ".dat" file and...
BhanuPrakash
itsbhanu
Offline Send Email
Jul 23, 2003
2:27 pm
258
DUDE YOU HAVE THE WRONG ADDRESS! ~Tammy Lynn Haddox~ ... Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software...
tammy haddox
midnitelover_18
Offline Send Email
Jul 24, 2003
5:04 am
259
Hi all, I wanna know if any GNU tools are available for ARM926EJ-S core. Please gimme links so that i can dwnld eval copy if any. TIA, Bhanu Prakash...
BhanuPrakash
itsbhanu
Offline Send Email
Jul 30, 2003
12:25 pm
260
Hi Bhanu, The arm-elf- tool-chain supports ARM926EJ too (I guess). It can be downloaded from ftp://sources.redhat.com/pub/ecos/gnutools/ or try this command, $...
Michael Anburaj
michaelanburaj
Offline Send Email
Jul 30, 2003
7:58 pm
261
Hi all, I got a project with Evaluator 7T, but i have a problem with serial port. If i send bytes from PC to Evaluator (com 0), the Evaluator only read one...
Yasser Dj
ox_ace
Offline Send Email
Aug 2, 2003
2:56 pm
262
Have you checked if there is an overrun on the port? ... -- Bluewater Systems Ltd - ARM Technology Specialists Simon Glass...
Simon Glass
sglass@...
Send Email
Aug 4, 2003
5:19 am
263
Hi Bhanu, Are you asking how to program them? You could use fopen(), fread(), etc. in C. If you mean you want to download to memory, the debugger has this...
Simon Glass
sglass@...
Send Email
Aug 4, 2003
5:22 am
264
Hi Reddy, Most likely the simulator is set to different settings. For example if the simulator is set to a different clock speed, or has the cache on (whereas ...
Simon Glass
sglass@...
Send Email
Aug 4, 2003
5:23 am
265
yes, i had. I think something about how to manage interrupt for serial programming but i don't know how ?? ... __________________________________ Do you...
Yasser Dj
ox_ace
Offline Send Email
Aug 4, 2003
1:51 pm
266
Hello i am using an AT91 cpu with external RAM. by using malloc(), it always returns adresses from internal RAM. as soon as internal RAM is full, malloc()...
Christian Siegl
sieglcn@...
Send Email
Aug 11, 2003
1:33 pm
267
Hi Christian, Are you using the Atmels libraries for malloc? The general idea is, there will be Heap init function that will be called with the Heap start...
Michael Anburaj
michaelanburaj
Offline Send Email
Aug 11, 2003
5:33 pm
268
Hi i am using xscale-elf-gcc for compiling and linking. now i link special arm-elf libraries (libstdc++.a and libgcc.a), but another error occurs: ...
Christian Siegl
sieglcn@...
Send Email
Aug 12, 2003
11:04 am
269
Hi Yasser, Today I had some time to look at you code. 1.Let me clear some issues on this: The code that you have written operates in polling mode (& not...
Michael Anburaj
michaelanburaj
Offline Send Email
Aug 13, 2003
2:31 am
270 janet061
janet061@...
Send Email
Aug 13, 2003
6:53 am
271
I am working on smdk2500 but the program download is failing as the verification fails. pl.suggest reason for this. gururaj...
gururaj
gururajans@...
Send Email
Aug 14, 2003
9:22 am
272
Gururaj, Do you get a Checksum Error? Questions: 1. What ROM monitor are you using? Samsung's USB monitor? 2. Download through UART (Hyperterminal) or USB ...
Michael Anburaj
michaelanburaj
Offline Send Email
Aug 14, 2003
7:41 pm
273
This is gururaj working on SMDK2500 with ADS & Metaware 1.06. This is in reply to the mail you had sent. I am using the Multi-ICE for Jtag download. It auto...
gururaj
gururajan_sk
Offline Send Email
Aug 18, 2003
7:28 am
Messages 244 - 273 of 756   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