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 404 - 433 of 756   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
404
hi, Can anyone help me in HDLC registers setting for receiver DMA mode? i've constructed the buffer descriptor structure as shown in the datasheet and assign a...
lady_citizen
Offline Send Email
Mar 17, 2004
7:59 am
405
Hi Group - I'm a newbie, moving into the ARM world. My background is programming PICs in assembly language, so I need to get up to speed on a new set of...
randya1104
Offline Send Email
Mar 24, 2004
9:58 pm
406
Hi, I've heard good things about ThreadX, it also plugs into the ARM tools very nicely. For free ones, you could try uC/OS, perhaps. This is basic, but gives...
Simon
sglass68
Offline Send Email
Mar 25, 2004
12:16 am
407
Are you searching a cheap tool for arm developing? Maybe you can try Embest IDE for ARM: Embest IDE for ARM includes all the tools needed for developing arm ...
zgrui
Offline Send Email
Mar 26, 2004
9:03 am
408
hello all, I m new to ARM environment......so few basic Qs... I m working on samsung's s3c44box .... using makefile to creat a executable file (BIN file) with...
swapna_aroskar
Offline Send Email
Mar 31, 2004
11:37 am
409
Hi, have you made sure the 0x2060000 is a valid address, ie, this address should be in the memory map... I dont' see any other possibility.. Shiva P ... From:...
Shiva Prasad T. S.
coolshivs
Offline Send Email
Mar 31, 2004
11:47 am
410
hello all, I am trying to transmit files bet comuter(COM 1) and S3C44BOX ( UART0 ) .....the data transfer works for single interrupt mode..... but when i...
swapna_aroskar
Offline Send Email
Mar 31, 2004
12:04 pm
411
HI Ensure the following 1) execution of view of the image shoudnot overlap with your heap 2) Your heap having enough memory(what ever required/requested by...
chandrasekharareddy k...
chandureddy_k
Offline Send Email
Mar 31, 2004
1:55 pm
412
Swapna, ... .RO (.text) .RW (copy) ... sufficient space for .text .RW (.data) .ZI (.bss) ^ ... V ... ^ ... V ... You told us everything but not about the...
Michael Anburaj
michaelanburaj
Offline Send Email
Mar 31, 2004
10:07 pm
413
Swapna, ... I did not go through this completly... Try this UartInit function: void Init_UART0(int mclk, int baud) { rULCON0 = 0x3; // Normal,No parity,1...
Michael Anburaj
michaelanburaj
Offline Send Email
Mar 31, 2004
10:51 pm
414
Sorry, there's a minor error in the previous init code change rINTMSK &= (BIT_UTXD0 | BIT_URXD0); to rINTMSK &= ~(BIT_UTXD0 | BIT_URXD0); -Mike. ...
Michael Anburaj
michaelanburaj
Offline Send Email
Mar 31, 2004
10:53 pm
415
hey mike...thanx for the quick response.... have queries abt the format for memory design u have mentioned... My entire code is in C ....n i m using command...
swapna_aroskar
Offline Send Email
Apr 1, 2004
5:48 am
416
hey mike... thats the exactly same init for UART0 .....only difference is i havent enabled error interrupt and rx timeout to avoid confusion..... is there...
swapna_aroskar
Offline Send Email
Apr 1, 2004
6:02 am
417
hello all, has anyone tried the SPI master implementation discussed in ATMEL's application note. it makes use of Timer/Counter 1 to generate the SPI lines. I...
Elmer Dela Cruz
random_memor...
Offline Send Email
Apr 1, 2004
9:52 am
418
hey mike ... yes ...tried ur INIT out...it works.....but i dint understand why enabling timeout interrupt shud make any difference?....if u have time , pleez...
Swapna Aroskar
swapna_aroskar
Offline Send Email
Apr 1, 2004
10:26 am
419
... From: Nagaraja Sadar <n_agraj@...> To: arm-user Moderator <arm-user-owner@yahoogroups.com> Subject: Re: Welcome to arm-user Date: Mon, 19 Apr 2004...
Simon Glass
sglass68
Offline Send Email
Apr 19, 2004
8:01 pm
420
I just received an email addressed to one of my main email addresses and supposedly from "Yahoo! Groups <notify@yahoogroups.com>", telling me that it can't...
OKI-ARM-mcus@...
redsp
Offline Send Email
Apr 21, 2004
7:56 pm
421
hi friends can any body help me in solving this i am using at91fr4081 uc which has 8k ram(at address0x300000),128k ram (at address 0x100000) and flash is...
shubdev
Offline Send Email
Apr 24, 2004
9:42 am
422
Dear All: May someone tell me how to use THUMB mode in S3C4510B, can I hardwire pin to enter THUMB mode or only use BX? Thanks a lot. Best Regards, Marvin Tien...
Marvin
SU2B08@...
Send Email
Apr 29, 2004
12:44 pm
423
<WARNING> - Semi blatent advertising follows I've been in the embedded systems business since way back when I had more hair of a darker color (colour for those...
the ARM Patch
wmk6341
Offline Send Email
Apr 29, 2004
12:58 pm
424
Hello, At first: sorry for posting to three mailing lists, but i'm not sure where my problem is. I'm using Atmels AT91RM9200 on a custom made board and want to...
Christian Theiß
ecos-mail@...
Send Email
Apr 30, 2004
8:19 am
425
Dear All: The following is Hitool's S3C4510B Board Initial File, why Internal SRAM start address has changed from 0x03FE0000 to 0x2200000, i.e. remapping...
Marvin
SU2B08@...
Send Email
Apr 30, 2004
8:44 am
426
Hi everybody, I know this is not a part of ARM programming. But still..... I want to read data from COM1 (Serial port)of a computer.....I am using ReadFile API...
swapna_aroskar
Offline Send Email
May 4, 2004
10:13 am
427
if (!ReadFile(hComm, InBuff, 1, &dwBytesRead, NULL)) printf ("\nCould not READ from port. Check COM port"); Bad programming :) any way what is the return error...
Rajaram
rajaram@...
Send Email
May 4, 2004
11:31 am
428
Hey , the code hangs at ReadFile...that means it doesnt execute anything aftre that....so even if i say GetLastError.....it wotnt work.... I am continuously...
swapna_aroskar
Offline Send Email
May 4, 2004
11:57 am
429
... From: swapna_aroskar [mailto:swapna_aroskar@...] Sent: Tuesday, May 04, 2004 5:28 PM To: arm-user@yahoogroups.com Subject: [arm-user] Re:...
Rajaram
rajaram@...
Send Email
May 4, 2004
12:53 pm
430
I have done what your trying to do many times in the past and the way I started is to search google for terms like "windows serial com example microsoft C"....
Richard Newman
newmanrichardf
Offline Send Email
May 4, 2004
1:14 pm
431
hello Is there anyone who has worked or is working with this micro- controller I am facing problem with its ram i want to execute my flashed code from its...
shubdev
Offline Send Email
May 5, 2004
5:22 am
432
Hi all, I am working at the moment on ARM SDT v2.5 and was able to create,compile, and build applications using the Project Manager. Now i want to compile,link...
Mehul
mehulraval2000
Offline Send Email
May 13, 2004
12:58 pm
433
... From: Mehul [mailto:mehulraval2000@...] Sent: Thursday, May 13, 2004 6:28 PM To: arm-user@yahoogroups.com Subject: [arm-user] Problem with Command...
Rajaram
rajaram@...
Send Email
May 13, 2004
1:58 pm
Messages 404 - 433 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