Re: [lpc2000] IDE choice for peripheral support
2006-01-19 by Michael Johnson
... Hi Danish, CrossWorks For ARM supports the display of memory mapped peripheral registers. Regards Michael
Yahoo Groups archive
Messages
Page 80 of 329 · 16407 messages matched
2006-01-19 by Michael Johnson
... Hi Danish, CrossWorks For ARM supports the display of memory mapped peripheral registers. Regards Michael
2006-01-19 by titoboro
Have a look on this: www.ronetix.at It is a very high speed ARM JTAG debugger + programmer, capable of debugging/programming four boards at once. Can operate
2006-01-19 by Joel Winarske
... Yes IAR does. You can twiddle all the on-chip peripherals. IAR s debugger (C-Spy) also supports the concept of plug-ins. So depending on your RTOS
2006-01-19 by Joel Winarske
... That is correct. ... I would suggest using SPI1 if possible. Joel
2006-01-19 by dr_danish_ali
Yes I know the issue of IDE choice is often discussed, but please bear with me on this. I m a relative newbie with Philips lpc2xxx, but reasonably familiar
2006-01-19 by Ed Schlunder
I m a little confused at what speeds can SD/MMC cards be accessed using SPI on the LPC2103. Normal SD/MMC cards support max 25MHz for SD and 20MHz for MMC. If
2006-01-19 by Ake Hedman, eurosource
... Hi Teddy, There is a sample in this project http://www.vscp.org/wiki/doku.php?id=the_hulk_ii_-_the_hulk_ii Regards /Ake ... -- ... Ake Hedman (YAP - Yet
2006-01-19 by Marko Pavlin
Check here: http://www.olimex.com/dev/lpc-mt.html A link before last one. M.
2006-01-19 by Tom Walsh
... Mistake here, it copies the flash 0x0 to 0x40001000 TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,
2006-01-19 by Joel Winarske
... The IAR compiler offers coverage analysis when debugging in simulation mode, and code profiling when debugging target, or in simulation mode. It would be
2006-01-19 by Tom Walsh
... For the benefit of people researching this topic in the future, it does work. Here is the code I uploaded and executed. ============ begin data_code_array
2006-01-19 by Steve Franks
Hola~ 1a) Anybody looked into boundschecking & test coverage tools, such as: http://sourceforge.net/project/showfiles.php?group_id=88372 and
2006-01-19 by lokanadham p
teddyroskvist wrote: If someone would write a program, that writes out a single charecter, it would be the best. ... YAHOO! GROUPS LINKS
2006-01-19 by rajaram06
Hi All, I m new to this exiciting world of Embedded systems.I just completed the IDE setup by following Jim Lynch s excellent tutorial. I would like to learn
2006-01-19 by teddyroskvist
If someone would write a program, that writes out a single charecter, it would be the best.
2006-01-19 by teddyroskvist
I have some lcd s with the HD44780 controller. 2x16 - 2x20 - 4x20 I have been trying to interface them with my lpc2119 devel. board. But im having truble
2006-01-19 by Hans Van Ingelgom
... Weren t there some issues with patents on the FAT file system recently? Here s a link: http://www.eweek.com/article2/0,1895,1909857,00.asp So I can really
2006-01-18 by Don Ingram
... Also for SAM7X + I/P The discussion can be seen in the archive at the bottom of the page here:
2006-01-18 by FreeRTOS Info
... Seems to work for me: http://groups.yahoo.com/group/AT91SAM/ Not as active as the LPC group. ... Odd how long that has taken. I thought they were more
2006-01-18 by PeterElliot
... Try the following: http://groups.yahoo.com/group/AT91SAM/ Regards, PJE
2006-01-18 by Mark Butcher
Hi Richard I know that you ported FreeRTOS to the SAM7X - we did have a few mail exchanges about it and other things in the past. It seems as though the
2006-01-18 by Joel Winarske
Hi Roberto, ... I would suggest starting here: http://www.sae.org/standardsdev/groundvehicle/j1939a.htm Joel
2006-01-18 by Rob Jansen
Tom, Guido, From the BDI2000 this may be an optional signal. On the LPC21xx it must be used. The RTCK signal is described in the ARM7 TDMI-S manual that can be
2006-01-18 by Jerry [Signum]
Guido, The RTCK (output from ARM) is a synchronized TCK (input to ARM). The RTCK is used by the synthesized ARM cores (they usually have the -S suffix) to
2006-01-18 by Bertrik Sikken
... Hash: SHA1 ... Also have a look at Martin Thomas page, he has some example code for the GNU toolchain at:
2006-01-18 by Dan Beadle
It is the Return Clock. It is used for deglitching the return signal. Ideally, the chip under test would have zero delay getting the clock on board. But it
2006-01-18 by Dan Beadle
IAR does this even simpler - use the __ramfunc declarator on the function. It is all auto-magic. In LPC, it doesn t matter - RAM and FLASH are essentially the
2006-01-18 by Carsten Grøn
Hello, With all the fuzz about the LPC2148 and USB, I was wondering if anyone (in here :-) is using the SnoopyPro USB sniffer ?
2006-01-18 by Tom Walsh
I have two LPC2000 series processors on my board interconnected so that either processor can force the other into ISP mode. The project calls for the current
2006-01-18 by Langosta39
Hi all, I talked to a couple people at IAR and they said they will be releasing a dev board and full support for the LPC2103 soon . andy
2006-01-18 by Tom Walsh
... RTCK is an optional JTAG signal. According to the Abatron BDI2000 manual: Adaptive clocking is a feature which ensures that the BDI2000 never loses
2006-01-18 by Marko Panger
Hi, (I m resending this as I m experiencing some mail problems - sorry if it will be doubled) You might check my simple implementation in my uSmartX-RTOS.
2006-01-18 by khw8051
For an example, see ftp://ftp.analog.com/pub/MicroConverter/ADuC702xV1.1/ADuC702x/code/keilcodeexamples/GNU%20Tools/FuncRam/
2006-01-18 by atmelbr
... Hi, I cant find the file OpenTCP-lpc.zip The requested file or directory is not found on the server. Regards, Marcio
2006-01-18 by Paul Curtis
Hi, ... In many cases this is a simple thing to do, but it s probably not the best thing you can do. I would hazard a guess that most implementations of these
2006-01-18 by Paul Curtis
Hi, ... If your priority is SPEED then do not use a linked list. Try researching buddy systems (such as Fibonacci and binary buddy systems). -- Paul Curtis,
2006-01-18 by Micron Engineering
Marko Pavlin ha scritto: Hello! I am looking for simple dynamic memory allocation management for LPC213x. In C you may use malloc(), alloc() and
2006-01-18 by mucko
I have the same problem with baudrates in lpc2138, when running at 12 mhZ without pll, the baudrate that i have reached 38400 max. At higher bauds there is no
2006-01-18 by Marko Pavlin
Hello! I am looking for simple dynamic memory allocation management for LPC213x. I need some segmentation for using simple, variable length linked lists.
2006-01-18 by Leon Heller
... From: Soentgerath, Guido To: Sent: Wednesday, January 18, 2006 9:05 AM Subject: [lpc2000] JTAG
2006-01-18 by extra300_it
Hello, I need to connect a LPC2294 to a CAN J1939 network, but I don t have any previous experience. Has anybody some sw examples / app notes / links? Any
2006-01-18 by Karl Olsen
... Put it in the .data section, and the startup code should copy it from flash to RAM, just like initialization values for initialized data. You ll get some
2006-01-18 by arkeryd
Hi, I am using uVision3 ide together with GnuArm compiler on LPC21xx. I need to have some interrupts enabled while using the IAP functions, and therefore have
2006-01-18 by Soentgerath, Guido
Hello all, can someone give me an explanation for RTCK or a hint where I can find some more infos about this signal ? Thanks in advance! Regards, Guido
2006-01-18 by 42Bastian Schick
Boris ... Let me suggest to use arm-elf-gcc to call the assembler, this allows you to use the C pre-processor. ... I am not aware of a difference. The RTOS I
2006-01-18 by Joel Winarske
Hi Mauricio, ... I ve seen issues running at 12MHz as well. If PLL multiplier is greater than 1, I have no problems regardless of pclk rate. If multiplier is
2006-01-18 by Bruce Paterson
... I get this error message now as well in Insight (or it thinks the target has continued running) I think it correlates with moving to the newer OCDremote
2006-01-17 by Steve Franks
Message: 19 Date: Tue, 17 Jan 2006 21:27:41 -0000 From: Carsten Grøn Subject: Re: MMC/SD support on LPC2000 Sean, the reason (for me) would
2006-01-17 by Steve Franks
I m not sure from your message what you are exactly wanting, but I did write an I2S to paralell (8 bit gpio) converter in VHDL for a cheap CPLD a while back -
2006-01-17 by Mark Butcher
Hi All Just to make things a little more complicated. We also offer a TCP/IP stack with integrated operating system, a simulator and project support for GNU