Does anyone know of a good (and free) tool for stress testing ARM processors? Preferably this would be big calculations that will keep the processor near 100%...
Have a look at stresslinux. Probably you can use compile one of the tools in this distro for ARM, if not available already ;) ________________________________ ...
The ARM CPUs have many, many built-in peripherals. Running the processor by itself is not much, the USB takes 2 clocks and really eats up the watts. Add SPI,...
... No choice, a friend was looking for a new notebook and all she could find were ones with Vista pre-installed and no option for winXP. TomW ... -- Tom Walsh...
... I was notified by Logic Supply that WinXP was at end-of-life and that if I wanted to buy more licenses to do it soon. This was a couple of months ago. I...
Hello folks, Can anyone recommend a easy to use an eval board which has ARM 7. The kit should have a software which I can download and write code in C. Thanks...
hi, you can choose olimex LPC2148 board. http://www.olimex.com/dev/index.html This board can be programmed by NXP's flash programming utility by serial port. ...
Anyone know of any manufacturers that off-the-shelf arm-based handheld devices that'd be suitable for custom software development? Basically looking for...
... A Palm Z22 has a 200MHz ARM CPU, costs under $100, and (last time I looked) had pretty good support for 3rd party application development, though I don't...
... Try a look at the Zipit, model 2, it has a USB Slave port and 802.11G wifi built into it. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant ...
... Thanks for your responses everyone, really appreciate it. So far the zipit does look the most promising. However, looking openzipit.org, looks like only...
Hi Everybody, I am a newbi here and in GNU ARM development. My current tools are OLIMEX ARM-USB-OCD a NXP LPC_H2103 ARM7 device . This is all working fine on...
... I am guessing that 'make' runs in a shell and perhaps that shell doesn't inherit your path but, instead, gets a default path. I may have multiple versions...
... Richard, Thank you so much . This just did the trick. And when I look at it now it all seems so logical. I was messing with this for days. And you just...
Hi Everybody, Now I am having trouble with includes. I have some user libraries in a folder . And in my Project path I am pointing all languages and all ...
... When cross-compiling, you have to tell the compiler where things are. It does not, and should not, default to using your built-in header files for the host...
Thanks Tom, I am a little bit further than the "blinky LED" program. Unless it illustrates the use of managing the external user libraries, OK I'll try to...
Interesting article I found here : http://www.martinahrer.at/blog/2007/07/09/eclipse-user-libraries/ I was wondering if you guys agree with this. It makes a...
... My bad, I don't use eclipse. Sorry. Things probably work differently in eclipse than just using the compiler and tools from a Makefile. I have looked at...
... FWIW, the option you are looking for is the -I to specify where to find include files. That is if you were adding to CFLAGS. TomW -- Tom Walsh - WN3L -...