What power consumption do you achieve ?
2006-03-30 by tinia0
Hi, I have Keil MCB2100 board and when I plug it in, it consumes more than 100 mA. I wonder what power consumption I could get with 2129 and CAN working ? Any
Yahoo Groups archive
Messages
Page 35 of 329 · 16407 messages matched
2006-03-30 by tinia0
Hi, I have Keil MCB2100 board and when I plug it in, it consumes more than 100 mA. I wonder what power consumption I could get with 2129 and CAN working ? Any
2006-03-30 by George M. Gallant, Jr.
I would like at add code written in C (GCC) to an existing program written in assembler. Currently, only register sp is setup. I notice registers with names
2006-03-30 by Robert Adsett
... Doh! Also a problem.
2006-03-30 by Robert Adsett
... Actually, I thought (still think) the intent is pretty obvious. Take whatever starts at buf[i] and put it into an int. That can be implemented pretty
2006-03-30 by Sebastien Jacquemard
Hello, I search a free web server with OS port for the embedded artist LPC2138 10M ethernet board or something easy to adapt to this board. It s for a
2006-03-30 by Tom Walsh
... No. Only if you run adaptive clocking do you need the RTCK signal. But, if you run at a fixed clocking rate you don t need it. I do think that this may
2006-03-30 by fordp2002
By casting buf to an int you have instructed the compiler NOT to treat it as a byte. It is beholden on you the software engineer to ensure whatever you cast is
2006-03-30 by K B Shah-lascaux
My 2 cents... Many compiler have #pragma pack.... (I have seen this in Visual Studio --- as well as in IAR compiler) directive Specially used with
2006-03-30 by Sten
... There re some nasty issues in the errata sheet concering AD! Sten -- /************************************************ Do you need a tiny and efficient
2006-03-30 by mfrazier@governors-america.com
The array x[4] has only four elements they are x[0] x[1] x[2] x[3] attempting to write something to x[4] is not going into the array but writing outside of the
2006-03-30 by clemens fischer
... isn t the RTCK signal *required* on ARM7TDMI-S cores? clemens
2006-03-30 by clemens fischer
... what about your Vref? clemens
2006-03-30 by alberto
Hy guys, thanks to all ones.I m thinking to use LPC2129 as LIN master and CANopen gateway, and a PIC16F76 as LIN slave on little keyboard module. My problem is
2006-03-30 by Ed Koffeman
If your compiler has the __packed keyword then you could use: __packed int *ip; ... ip = (__packed int *)&buf[i]; and the compiler should know to treat the
2006-03-30 by Geoffrey Wang
I believe he s saying that the compiler may/may not be intelligent enough to follow the logic and perform byte-wise transfers. I had the same issue with the
2006-03-30 by David Hawkins
... Er, given the fact that x is of length 4, the statement x[4] = *ip is actually out-of-bounds. Dave
2006-03-30 by brendanmurphy37
It s not at all clear what the actual intent of the programmer is for this: what s actually coded is a long way from memcpy, regardless of any assumptions you
2006-03-30 by Sten
... Hello Dave, I m not really sure what you expect from this piece of code, but I think your try to copy these 8 bytes in 4 half-word (16bit) operations in a
2006-03-30 by Robert Adsett
... The short answer is that the code is broken. The only semi-portable way to do this is memcpy. There is no requirement to provide a warning in this case
2006-03-30 by thal_munki
ok, what about this screen http://www.goldmine-elec-products.com/ prodinfo.asp?number=G13752 ... - ... - ... - ... -
2006-03-30 by Leon Heller
... From: dsidlauskas1 To: Sent: Thursday, March 30, 2006 4:16 PM Subject: [lpc2000] Speech
2006-03-30 by ian.scanlon
... Check the linker file (.xcl). You may be linking the project to load in RAM instead of flash. There are seperate linker files for RAM and FLASH for most
2006-03-30 by brendanmurphy37
When you say I believe that the compiler has enough information to use byte aligned transfers , are you refering to the line: x[4] = *ip If so, why do you
2006-03-30 by sam_pr
I m using the EWARM 431 When trying: const int a = 30; it locates a in ram. I couldn t find an example where it is defined as a flash const. Please help.
2006-03-30 by Robert Bacs
I guess you used an out of bound index for array x :) x[4] - array with four elements So x[3] is the last element, and x[4] will be overwrite the stack or some
2006-03-30 by dsidlauskas1
Consider the following code: ============================ char buf[]={1,2,3,4,5,6,7,8}; int *ip, x[4]; for (i=0; i
2006-03-30 by dsidlauskas1
I m looking for some simple speech recognition software to run on a 2138. It only need recognize imdividualy spoken numbers and letters, and a few words such
2006-03-30 by fordp2002
You need to :- 1) Get Jim Lynch s latest tutorial. Search elsewhere in this group for where to get it from. Make sure it is the version based on OpenOCD and
2006-03-30 by Dominic Rath
Hello, the OpenOCD requires a configuration file, specifying the JTAG interface to use, the layout of the JTAG scan chain, the target connected, and other
2006-03-30 by volunteer_sysu
Dominic, I still meet a problem when trying to run the version you recommended. The problem is where I should run this version, cygwin, DOS, or just double
2006-03-30 by volunteer_sysu
Thanks a lot. Best Regards. Kevin ... precompiled for ... kl.de/avr_projects/arm_projects/openocd_svn55_win32_cygwin.zip ... it yourself.
2006-03-30 by Jayasooriah
Paul, your fixation with the word confused aside, in answer to your question have a look at: http://en.wikipedia.org/wiki/HID in the context of the
2006-03-30 by Dominic Rath
I guess this was the last release from the files section, precompiled for Cygwin with support for FTDI FT2232 based JTAG interfaces. Try this one instead:
2006-03-30 by volunteer_sysu
The errors are as follows. I have no idea about what happend. I think I downloaded the latest version. Best Regards Kevin if gcc -DHAVE_CONFIG_H -I. -I.
2006-03-30 by Dominic Rath
What version did you download? What errors occured? If there are more problems, consider using the OpenOCD help forum at
2006-03-30 by volunteer_sysu
Sorry to ask so many question. One more. ^_^ Does the openOCD support flashless LPCs? Thank you indeed! ... and execute ... the free ... has already ... sure
2006-03-30 by volunteer_sysu
I have downloaded the openOCD from the website you gave to me, however, when I tried to make the Makefile, errors always occured. It happened both in Linux and
2006-03-30 by Dominic Rath
Sure, you could write a flash program, write that to target RAM, and execute it there. It could then write your external flash. Maybe one of the free
2006-03-30 by volunteer_sysu
Thank Dominic, I heard that first I could write my program to the on- chip RAM via ISP, then I could used the pre-downloaded program to download my bootloader
2006-03-30 by Paul Curtis
What s HID got to do with all this? You re confused. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for ARM, MSP430, AVR, MAXQ,
2006-03-30 by Dominic Rath
Hello, you can t use the ISP protocol to program an external flash. On the 2210/20 it s only possible to transfer code to target RAM. Philips can t know how
2006-03-30 by Alex Gibson
... single zip ... I ve setup a subdomain http://gnuarm.alexthegeek.com/ I not been able to download the latest tutorials myself, just seems to time out. I ve
2006-03-30 by volunteer_sysu
I am beginner in LPC2000. I want to ask some questions. Thank you! 1. I wonder whether there s any free software that can be used to download programs to the
2006-03-30 by fordp2002
Another way to generate non uart style serail data streams is to use a timer and a compare unit. This makes a hardware assisted bit bang type system. You
2006-03-30 by Saritha S
Hello pls find below the USB ISR and the Init functions. Let me know if i have to do any further initializations for getting the Reset and the Endpoint0
2006-03-30 by rtstofer
... implement ... baudrate in ... eight-bit long ... prescaler ... Haven t ... this with ... protocol, when ... Remember ... Probably ... That is a very clever
2006-03-30 by Tennessee Carmel-Veilleux
... You are absolutely right. I am sorry about that :) I remembered the break character being a toggling 12 bits + start, but I was wrong. The break is 12 bits
2006-03-30 by Peter Jakacki
Read page 9 of the lcd data sheet, you will have to satisfy the min and max DCLK of 21MHz to 32MHz :-o You are not even using fast I/O anyway but you won t get
2006-03-30 by kendwyer
Hi, I have seen a similar issue before on another ARM derive that turned out not to be a bug rather an alignment problem. What is the address used in R1 (STRH
2006-03-30 by unity0724
Umm... This is a panel with LCD glass driver (shift register drivers) only. For 640x480, the data rate is: 640(H)*480(V)*50(Refresh rate)=15,360,000 You need