First, thank you very much for your kind reply, Mike. Your reply cheers me a lot though that is not exactly what I asked. Now, I have another questtion. I use...
Hi Wonohkim, ... If the code is running out of the same Flash that you want to write then its not possible. Because when you send commands to change the mode...
We are working on porting a RTOS and are wondering if we need to flush the I cache at each context swap ? The ARM ref manual seems to mention that you need to...
Hi Nick, When different programs running in different address spaces on the CPU (physical address space) share the same program address space (virtual...
Mike ... Yes it all makes sense, We have been running our RTOS without flushing the cache at each context swap and all is running fine. ... It's the ARM...
Hi, I use ADS 1.2 IDE. I have many subprojects under a project. If I change in any of the subprojects and build only main project, the subproject is not built....
Hi Thanks for your response. I need the header QTY:8 Nos - Header that fits on the board QTY:8 Nos - Receptacle that fits on the bottom of attaching regards ...
Kumar R
kumar@...
Nov 26, 2002 4:45 am
197
Hello All I having the Vx_Works Image,which i was created using Torando 2.0 Evaluation version.The created image is running on,when i use my pc as target. The...
Kumar R
kumar@...
Nov 26, 2002 5:49 am
198
I searched on the Internet & Philips site for detailed programmer or user manual for the SAA9730. Couldn't find it. Does any one have the link for downloading...
ALTERNATIVE REPLY TO THIS E-MAIL yahasolo@... UNION BANK NIGERIA PLC, LAGOS FROM: MR. JOSEPH OKONTA (MANAGER) FAX:234-1-7759521 URGENT BUSINESS...
dan ken
j_okonta@...
Dec 19, 2002 12:49 am
201
Hi All, I am new to ARM processor. So i have got few queries. Does arm processor support I/O mapped I/O? If so what are the ARM Equivalent instructions of IN...
Hi Thirupathi, ... In ARM all memory & I/O are memory mapped in a single address space ( 2 powter 32 - 4 GB ). This is the case with most moden High-end RISCs ...
Hi, Question are related to the USB Device controller in 3Sc2410x: 1. PrepareEp1Fifo() function called from usbmain.c in 2410mon: What does this function do?...
Hullo I just started to work with an at91m55800a but as I'm new to program uC's in C I can't get the EBI interface to work. I use the Atmel lib which came with...
Hi Could u pls any one suggest web sources/links to get USB stack(host/device) for s3c2410 controller. Basically i am lokking for a stacks which are not ...
Dear Someone, I'm looking for a free USB stack(host/device) at Web site or someone. If someone know where I can find it, could you let me know that. Regards ...
sschun_2000 <sschun_2...
sschun_2000@...
Feb 9, 2003 7:42 pm
208
Hi All, I'm calling an assembly function from a C framework.I'm using ADS 1.1 for development.The code is compiled properly.The Code warrior is giving the...
Hi Hari, Do you have a start-up assembly kinda file in your project? If not, you need one to run the code on real hardware. What ARM chip or board are you...
Accidents aren't supposed to happen ...but you can prepare for them. Save up to 70% on Term Life Insurance Click Here for a FREE Quote We can't predict the...
Term Life Ins.
C.Service01@...
Feb 18, 2003 2:36 am
211
Hi Mike, I'm calling assembly functions from a C file. As a part of development/debuggging,i'm using the ads1.1.What exactly i'm doin is first i'm taking a...
Hi, How to enable/disable "Cache" and "MMU"? How to do this? Is there any provision in the AXD Debugger GUI itself? Or else do we need to modify in any .dsc or...
Hi Nagendran, Do you mean turning ON Cache & MMU on the ARM hardware hooked on to AXD via JTAG-ICE or Angle? If so, then you would have to do this (CP15 ...
Hi I am trying to load my flash application to run from SDRAM. I have a problem with the MMU, Here is what I am trying to do: -Map SDRAM to 0x200000 -Enable...
I hate replying to my own questions but I found the problem, the example given in the Cirrus EP7312 manual for flushing the cache and TLB is wrong the correct...