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...
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...
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...
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 ...
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...
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:...
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...
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...
Swapna, ... .RO (.text) .RW (copy) ... sufficient space for .text .RW (.data) .ZI (.bss) ^ ... V ... ^ ... V ... You told us everything but not about the...
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...
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...
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...
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...
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...
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...
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...
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@...
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...
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@...
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@...
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...
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@...
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...
... 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@...
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"....
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...
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...
... From: Mehul [mailto:mehulraval2000@...] Sent: Thursday, May 13, 2004 6:28 PM To: arm-user@yahoogroups.com Subject: [arm-user] Problem with Command...