... Hi, .php is a type of active html page (similar to .asp and.jsp). php3 and php4 are used a lot on Linux boxes when accessing webpages connected to...
g.sargent@...
Jun 1, 2001 9:59 am
30
ARe there any ponters for setting up a windows GCC envirnoment for developing software fopr the ARM?...
Art Sobel
sobellinni@...
Jun 5, 2001 6:25 pm
31
I think that I am going to purchase the microcross tool, their web sight has some information, http://www.microcross.com. ... From: Art Sobel To:...
Jim Prince
jimp@...
Jun 5, 2001 7:54 pm
32
One of the easiest ways. Includes the needed files for Cygwin. No formal Cygwin install needed. Will work out of Windows DOS box. http://www.devrs.com/gba/...
Greg Holdren
gregh@...
Jun 6, 2001 4:52 am
33
Hi, I need to implement macros to save and restore floating point registers. This to provide for the systems using FPU with ARM. I find only the instructions...
Girish MV
mvgirish@...
Jun 6, 2001 10:04 am
34
Hi, You've found the right instructions. Remember it's a RISC chip :-) There's also MCR, MRC which may be useful. Which FPU are you using? Regards, ... -- ...
Simon Glass
sglass@...
Jun 6, 2001 8:48 pm
35
Hi, I want to store and reload all the co-processor register for context switching. Has anybody done this before? Will the following expression suffice the...
Girish MV
mvgirish@...
Jun 14, 2001 12:37 pm
36
Hi M, Here's some code I use - sorry about the instructions as hex - was using a very old assembler back then...not sure where the code came from. Regards, -- ...
Simon Glass
sglass@...
Jun 15, 2001 12:11 am
37
... I think the GBA will be a great tool for learning ARM programming. I just got one for the list price of 99 bucks. I have already downloaded the gccarm...
Art Sobel
sobellinni@...
Jun 15, 2001 5:30 pm
38
Hi, I am using ARM Windows debugger to test my application. It comes alongwith ARM Developer Suite. My application works but i am not able to configure the ...
Girish MV
mvgirish@...
Jun 18, 2001 11:53 am
39
Hi, Are you using Multi-ICE or Angel or ARMulator? The console window doesn't really have an address. The libraries take care of sending the info up to the...
Simon Glass
sglass@...
Jun 20, 2001 7:22 pm
40
Does anyone have the C code ARM used to benchmark the ARM7T compilier? I am looking for the following functions: cntl, ednjpeg, G.721, fft, kern, sfrm, sfrmNC,...
tb317195oak@...
Jun 28, 2001 1:30 pm
41
Hi Todd, This isn't anything to do with EEMBC is it? Otherwise I suggest you contact ARM. Regards, ... -- Bluewater Systems Ltd - ARM Technology Specialists ...
Simon Glass
sglass@...
Jun 28, 2001 8:32 pm
42
hi , how can i get a GNU compiler for arm?...
wintermarion2001@...
Jul 1, 2001 10:43 am
43
someone interest on a ARM-based set-top-box hardware ??...
... Like what? I have a version of the linkup systems setop prototype. The problem is SOFTWARE and this is no joke. Teknema took 2 years to get it right...
Art Sobel
sobellinni@...
Jul 2, 2001 9:22 pm
46
... is ... a prototype with a TMS320AV7111 (texas inst.) 16Mbit dram 32mbit sdram, (for mpeg decoding), 29lv400 flash device and a CIMAX. i have a running...
wintermarion2001@...
Jul 5, 2001 4:53 pm
47
Hi, How much will the board cost? Regards, M V Girish ... From: wintermarion2001@... [mailto:wintermarion2001@...] Sent: Thursday, July 05, 2001...
Girish MV
mvgirish@...
Jul 6, 2001 4:01 am
48
-TMS320AV7111 (texas inst.) I can't find this on the Texas Instruments web site --- you sure?? ... problem...
Art Sobel
sobellinni@...
Jul 6, 2001 4:46 am
49
... CIMAX. ... the chip is under NDA...
wintermarion2001@...
Jul 7, 2001 5:43 pm
50
... That helps! Secrets do not help sell chips....
Art Sobel
sobellinni@...
Jul 9, 2001 11:44 pm
51
Hi To All, Can anyone help me on what to do with my newly created evaluation board patterned at EB40. When I interfaced the Multi-Ice JTAG with my evaluation...
ellie@...
Aug 16, 2001 9:24 am
52
Hi, Does the board work? If you are using a standard micro then it should be OK, so perhaps suspect your wiring? :-) Regards,...
junk
junk@...
Aug 17, 2001 8:51 am
53
Abouthte subject , need assembler for ARM but for windows or dos , can not find any ..... SOS . If you can send me please do it to: max-rfon@... ,...
serghamer@...
Aug 18, 2001 2:48 pm
54
Hi, You could try the GNU assembler which runs on windows and you can build a cross compiler for ARM. Regard, ... -- Bluewater Systems Ltd - ARM Technology...
Simon Glass
sglass@...
Aug 19, 2001 9:35 pm
55
hi, on my arm 7tdmi i have a problem with a bit fields. this is my bit field: #define U8 unsigned int; typedef struct eit_event_struct { U8 event_id_hi : 8; ...
wintermarion2001@...
Aug 29, 2001 10:58 am
56
Hi, I can't really see anything wrong with your code - be aware that the compiler will assume that the structure is word-aligned (4 bytes). You probably don't ...
Simon Glass
sglass@...
Aug 29, 2001 11:18 pm
57
Koshy C Thomas
koshy@...
Oct 24, 2001 12:04 pm
58
Hi all, The ARM is fetching only one 16 bit Thumb instruction. Inside the ARM this instruction is translated to a 32bit instruction and then it is executed. ...