Forums Search for: ARM7
CAN Message Missing, But message is on the CAN bus
inHello , I have coneected the 5 peripherals and 5 arm7 processsors using CAN bus. Using one ARM7 processor, I am controlling the all...
Hello , I have coneected the 5 peripherals and 5 arm7 processsors using CAN bus. Using one ARM7 processor, I am controlling the all connected nodes(i.e peripherals and processors) . It is working well. But sometimes, I am unable to receive the some node messgae by central ARM7 processor. But the message is availble on the bus. Please can anybody give me an hint, why my ARM7 c...
Review on ARM7 development board by ENTESLA
inHi, I would like experts to review the ARM7 development board by ENTESLA. I would like to recommend this board to people interested in working...
Hi, I would like experts to review the ARM7 development board by ENTESLA. I would like to recommend this board to people interested in working on the ARM7 architecture. ARM7 development Board... http://bit.ly/lq11KM -- Stopazk ------------------------------------
XBee with ARM7 (LPC2378)
inHello! I am working the first time with XBee and ARM7. I want to run an XBee Moduel via ARM7(RS232) so that I am able to make a peer to...
Hello! I am working the first time with XBee and ARM7. I want to run an XBee Moduel via ARM7(RS232) so that I am able to make a peer to peer conection to another XBee module. Maybe someone of you know references where I can find example codes for such an project. Thanks, Gerald
Newbie: simple questions?
inHi all, Wheres the links for newbie arm7? I am new to raw arm7, having used the Coridium arm7 C setup. Where I am. I hava yagarto installed...
Hi all, Wheres the links for newbie arm7? I am new to raw arm7, having used the Coridium arm7 C setup. Where I am. I hava yagarto installed and compiling, I have Procylon armlib installed, and I built the example uart. I have NXP Flash Magic installed, and flashed the hex to my board. Heres my trouble. Its a Futurlec 2103F proto board. Now this board is different from other boards...
FFT for ARM7
inhello, I read "Implementing Fast Fourier Transforms on the ARM RISC Processor" application note. I want to know where can i download the...
hello, I read "Implementing Fast Fourier Transforms on the ARM RISC Processor" application note. I want to know where can i download the fft code that mention in PDF? is there any high performance fft and ifft for arm7? thanks
ARM7 assembly to C decompiler
inHello All, I am looking for an ARM7 decompiler. Any ideas will be appreciated. RF_EQUIP --------------------------------- Be a...
Hello All, I am looking for an ARM7 decompiler. Any ideas will be appreciated. RF_EQUIP --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
ARM7 vs PIC32
inHello, Someone can make a comparison between the architectures of the ARM7 and PIC32? Thanks! ------------------------------------
Hello, Someone can make a comparison between the architectures of the ARM7 and PIC32? Thanks! ------------------------------------
ARM7 instruction set
inHi all, I don't have a proper book yet on the ARM7 instruction set, and I can certainly do with a more thorough up close and...
Hi all, I don't have a proper book yet on the ARM7 instruction set, and I can certainly do with a more thorough up close and personal with it. Does anyone know of a more detailed description of the complete instruction set apart from the QRC somewhere on the web ?
Amontec's Cameleon POD
inHi to all, I'm new in ARM7 world, and now I'd like to buy jtag compatible interface for debugging/programming issues. I saw that Amontec...
Hi to all, I'm new in ARM7 world, and now I'd like to buy jtag compatible interface for debugging/programming issues. I saw that Amontec offers interesting tool: "Cameleon" that can work as Macraigor's Raven, but i need opinion from experienced users of ARM7 processors. Also I'm considering UJTAG from Keil? Please help me to make right choice, or ma
RTC doubt with LPC2368
inHi everybody. I'm Wagner, I'm from Brazil. This is my first post here, I'm starting w= ith ARM7 (I bought a board from ETT -Thailand with...
Hi everybody. I'm Wagner, I'm from Brazil. This is my first post here, I'm starting w= ith ARM7 (I bought a board from ETT -Thailand with LPC2368) and I amazed wi= th this uC, I always worked with COP8 from National (coding in assembly, cr= azy thing !!!) and recently with Z8Encore, but this ARM7 is impressive ! Ok, I run a lot of samples in this board, web server, telnet, USB HID and...
ARM7 in all GPS modules....
inHi All, I've developed a few GPS logger solutions around the LPCs and it's frustrating that most GPS modules have an ARM7 core inside...
Hi All, I've developed a few GPS logger solutions around the LPCs and it's frustrating that most GPS modules have an ARM7 core inside already. The latest u-blox modules have SPI, RS232 and USB ports right off the GPS module which is everything I need but I still have to bolt on another LPC to do a little file system stuff and add a few sensors. Atmel just announced a new micro with...
ARM7 vs ARM9 versus Cortex... LPC2939, obsolesence, etc.
inI did a project 4 years ago using an LPC2138, which is an ARM7 device. It has served us very well. I am starting a new project. The...
I did a project 4 years ago using an LPC2138, which is an ARM7 device. It has served us very well. I am starting a new project. The application is machine control. Lots of I/O, real time processing, CAN, USB connectivity, etc. I would like to use the LPC2939, which is an ARM968E-S device. However, for a variety of reasons, I am wondering what the life span of that device might be and ...
Voice command recognition code for ARM7
inHi, Do you know any voice command recognition code(preferably free) for ARM7. Something that would run on for ex. lpc2106. For...
Hi, Do you know any voice command recognition code(preferably free) for ARM7. Something that would run on for ex. lpc2106. For recognizing simple voice commands. -- Peter
Re: ARM7 and quadrature encoders
in--- In l...@yahoogroups.com, "roboticsbcn" wrote: > > Hello, > > I need control 2 quadrature encoders. Some ARM7 of Phillips support...
--- In l...@yahoogroups.com, "roboticsbcn" wrote: > > Hello, > > I need control 2 quadrature encoders. Some ARM7 of Phillips support > quadrature encoders to count Up/Down? > > If not, someone knows one specific component to count automaticaly the > position? > > The encoder can supply up to 90000 pluses/second in each channel. > > Thanks! > The LPC2148, am
Building GCC for ARM7 and Cortex-M0/M3
inGreetings to the GCC experts :-) I've done some research on how to compile GCC for the ARM cores and found a number of articles - including a...
Greetings to the GCC experts :-) I've done some research on how to compile GCC for the ARM cores and found a number of articles - including a link to CodeSourcery G++ to avoid all the trouble. It all sounds great but left me with a doubt: how can I build a compiler that supports all LPC2388 (ARM7), LPC1765 (Cortex-M3) and LPC1114 (Cortex-M0)? The articles state only 1 architecture at a time, re...
LPC2129 ARM7 Disable/Enable Interrupt..
inHello, I need to disable the interrupt completely for a short while. I have found that the ARM7 can disable interrupts with the DI and EI...
Hello, I need to disable the interrupt completely for a short while. I have found that the ARM7 can disable interrupts with the DI and EI asm. Theese does only work for me in the startup.s file (I made a test) and not as inline asm where I really need them. I have found some code that may work inline, but can someone tell me about their experienc
GOOD debugger which works with all the compilers and LPC (ARM7 ,ARM9 AND ARM11)
inHi, I am getting difficulty to check the output of each statement excution in my application with out debugger.any idea which debugger is the...
Hi, I am getting difficulty to check the output of each statement excution in my application with out debugger.any idea which debugger is the best choice to purchase which works with all the compilers and all LPC ARM7,ARM9 and ARM11 microcontrollers? ------------------------------------
MBED Module based on ARM7 NXP evaluation
inHi everybody, I would like to use this module : MBED Module based on ARM7 NXP from hitex : http://www.hitex.com/index.php?id=1690&L=1 does...
Hi everybody, I would like to use this module : MBED Module based on ARM7 NXP from hitex : http://www.hitex.com/index.php?id=1690&L=1 does someone use this module? any advice is welcome Thank you very much ------------------------------------
Anyone programming embedded systems in Pascal ?
inHello, I would like to know if anyone here is using a Pascal compiler for embedded systems using ARM7 controllers. The FreePascal compiler...
Hello, I would like to know if anyone here is using a Pascal compiler for embedded systems using ARM7 controllers. The FreePascal compiler seems to support ARM7 as a target, however there doesn't seem to be direct support for embedded systems (the target code might require an OS like that on palms). Maybe it's usable though, with some particular configuration or includes... Thanks, T...
LPC2378 dev board with 2.8" TFT touchscreen
inI'm an amateur AVR user considering upgrading my robotics core module to an ARM7, and I'm looking at this:...
I'm an amateur AVR user considering upgrading my robotics core module to an ARM7, and I'm looking at this: http://www.thaieasyelec.net/index.php/arm/arm7-lpc2378-with-2-8-inch-qvga-tft-lcd-touch-screen/p _2.html The board has 3 key peripherals I want (LCD, touchscreen, uSD). I will be learning about ARM, the 2378, these peripherals, and CrossWorks 2 all at the same time. Ugh. I never really n