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...
Have you checked if there is an overrun on the port? ... -- Bluewater Systems Ltd - ARM Technology Specialists Simon Glass...
Simon Glass
sglass@...
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@...
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@...
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...
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@...
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...
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@...
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...
I am working on smdk2500 but the program download is failing as the verification fails. pl.suggest reason for this. gururaj...
gururaj
gururajans@...
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 ...
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...
Dear All: I need to make Linux source codes in Win 2000, so I try to download Cygwin but their setup.exe can't work when I choose to download via direct...
SU
SU2B08@...
Aug 21, 2003 3:32 pm
275
Marvin, I just tried downloading Cygwin and it does work. Go to www.cygwin.com, save the setup on your drive in a well known directory, then open the directory...
Dear Richard: Thanks. I've downloaded it successfully, but I don't know how to use it to make Linux kernel 2.4 with GNU tools? I just download CURR version of...
SU
SU2B08@...
Aug 21, 2003 4:17 pm
277
Marvin, In re-reading your previous post "There does not appear to be GNU tools inside". It seems that when you downloaded Cygwin you did not select the...
Marvin, My best suggestion to the question: "How do I compile Linux v2.4 under Cygwin?" is: 1) Search Google for "Compile Linux under Cygwin" 2) Search Google...
When I open any of the emails in this thread, my email program Eudora asks me if I want to download the font, "Chinese Traditional". I have looked at the...
Arius - Rick Collins
dsprelated@...
Aug 21, 2003 5:40 pm
280
Rick, In reference to the Chinese character set. I "replied" to the original message but I deleted the contents of the message first. The headers no doubt were...
Hi, I am encountering strange problem with "armsd" command line tool. If i run image through command line by giving "armsd -cpu arm926ej-s - exec -Clock 100MHz...
I am using the OKI ML67Q5003 in a new design and I am finding it a little tough to get answers from their tech support. The data sheet is for both the 400x and...
Arius - Rick Collins
dsprelated@...
Aug 22, 2003 8:18 pm
283
Rick, In reference to your questions regarding OKI interfacing--- Are you concerned that access to conventional bus devices may prove erratic in your design,...
... Thanks for the comments. I agree that it can be very hard to get good info on a new chip. I am interfacing to a NAND Flash and an FPGA. The issue is not...
Arius - Rick Collins
dsprelated@...
Aug 22, 2003 8:59 pm
285
Richard: One question for ARM: why FIQ is the last in the ARM's exception vector table? My target board is S3C4510B. Do you have inexpensive ARM9 EVB with USB...
SU
SU2B08@...
Aug 24, 2003 3:23 am
286
Dear Richard: Do your PXA255( 200Mhz) have EVB? I'm interested with it. Best Regards, Independent R&D Consultant Embedded O.S. & I/O Drivers Specialist Marvin...
SU
SU2B08@...
Aug 24, 2003 3:26 am
287
... My view: So that FIQ handler/ISR code can be placed at the Hardware exception vector address (0x0000001C)itself. ... Try the S3c2410x --920T from Samsung...
Dear All: I find there may be error in the following codes which is written in the book "C how to program Vol.1" published by Deitel & Associates, Inc....
SU
SU2B08@...
Aug 26, 2003 3:48 am
289
Hi Its not error. It's in ansi standard. VC++ compiler is not ansi complaint ?? Try it in GCC. Regards RERA ... From: "SU" <SU2B08@...> To:...
RE.RA
rajaram@...
Aug 26, 2003 5:12 am
290
Dear All: What is the meaning of immed_8? Most valid immediate values are given by: immediate = (0->255)*2^2n. But why? Best Regards, Marvin Tien ... From:...