Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Messages

Browse messages

Page 120 of 329 · 16407 messages matched

Re: LCD interface

2005-11-15 by seangra

... Pankaj: I don t think that you will find anyone who would design something for you free of charge, since there is a lot of work involved. If you want

Thread view Attachments: 0

Re: LPC2101/2/3 Manual

2005-11-15 by philips_apps

Bob, code that runs on the LPC2104 will also run on the LPC2102, exception, the PWM unit which has been replaced by 2 16-bit timers with edge aligned PWM. On

Thread view Attachments: 0

Re: LPC2101/2/3 Manual

2005-11-15 by bobtransformer

So, is the LPC2104 (LPC210X on Philips web site) the closest thing to the LPC2102 at the moment ?? I m designing one in. thanks, bob

Thread view Attachments: 0

Re: LCD interface

2005-11-15 by jerry_lew

... Pankaj, If you need to be running quickly, Signum Systems has LPC2138 board ($195) available with 2x16 LCD, battery backed-up timer, speaker output and

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-14 by rtstofer

... idCategory=10 and ... support. You ... $188. It makes sense it would be that way but I wasn t prepared to spend money so I didn t pursure it further. I

Thread view Attachments: 0

bug in JTAG implementation?

2005-11-14 by Bhanu Nagendra Pisupati

When a value is shifted into the scan select register of the Embedded ICE module of the lpc parts (through JTAG), ARM7TDMI documentation specifies that the

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Versus RAM

2005-11-14 by Ake Hedman, eurosource

Thanks a lot Karl. Much valuable info! /Ake ... -- ... Ake Hedman (YAP - Yet Another Programmer) eurosource, Brattbergavägen 17, 820 50 LOS, Sweden Phone:

Thread view Attachments: 0

Re: Flash Versus RAM

2005-11-14 by Karl Olsen

... With gcc, the easiest way is like this: static void ramfunc (int i) __attribute__ ((section( .data ))); static void ramfunc (int i) { /* ... */ } This

Thread view Attachments: 0

Philips AN10406 sources?

2005-11-14 by Tom Walsh

Hello, Has anyone on the list (or at Philips Semi) the source for APPNOTE AN10406? It sure would save me a lot of typing if someone could share the source that

Thread view Attachments: 0

LCD interface

2005-11-14 by bhimanipankaj

Dear ARMiessssss.. I am very new to ARM world and here I need to interface 20X2 character LCD module, and 4 MB Non Volatile RAM with LPC2214 as well as Full

Thread view Attachments: 0

Re: [lpc2000] Re: Flash Versus RAM

2005-11-14 by Ake Hedman, eurosource

... How do one make a function go into ram? /Ake ... -- ... Ake Hedman (YAP - Yet Another Programmer) eurosource, Brattbergavägen 17, 820 50 LOS, Sweden

Thread view Attachments: 0

Re: Flash Versus RAM

2005-11-14 by Karl Olsen

... When using gcc, you can define this in the linker script and startup files. The normal setup is: Const variables (global and static) go into flash.

Thread view Attachments: 0

REG: Memory Storage on LPC

2005-11-14 by rockraj_2003

Dear Friends, Now i am doing a prototype of Wireless Data Acquisiton System. I am using Lpc 2148. It has 512KB flash. I want to use the Flash for Data Storage.

Thread view Attachments: 0

Re: ARM-JTAG (Wiggler compatible)

2005-11-14 by Eric Engler

... You d know more than me about this, but in my recent research of these devices your CrossConnect keeps coming up. And you re the only USB and commercial

Thread view Attachments: 0

Re: Flash Versus RAM

2005-11-14 by syedismail_sifa

... Code goes into flash. The flash can be erased in sectors, so can be used for data. You can also eexecute code from RAM. But the vaiable space and stack is

Thread view Attachments: 0

Flash Versus RAM

2005-11-14 by mhaines4102

On the 2138, there is 512K of flash and 32K of RAM. Can anyone tell me what goes in flash vs. RAM (i.e. globals, stacks, heap, executing code.) I have lots of

Thread view Attachments: 0

New file uploaded to lpc2000

2005-11-13 by lpc2000@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :

Thread view Attachments: 0

Re: ARM-JTAG (Wiggler compatible)

2005-11-13 by Stephen Pelc

... MPE s JTAG Widget has a completely open and documented API. It will work for any O/S (including Linux) that supports the FTDI chips. See:

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-13 by rtstofer

There is another FAT16 library here: http://alexfru.narod.ru/os/fat/fat.html It is very complete with the exceptions noted for FAT32. Essentially the library

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-13 by rtstofer

... achieved when ... or SPI)? ... the ... for SPI ... caching and ... budget you ... I had it written down but lost it... I think I am moving about 170,000

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-13 by Joel Winarske

As referenced from the SanDisk Secure Digital Card Product Manual, version 1.9: **Product Maximum Clock Speed and Burst Rate** MultiMediaCard / Clock Speed /

Thread view Attachments: 0

Re: ARM-JTAG (Wiggler compatible)

2005-11-13 by Eric Engler

... I m sure you understand the pros and cons of opening the interface. In favor of opening the API: 1. If the interface is open you may sell more CrossConnect

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-13 by rtstofer

... executes ... HD ... where ... about ... doc ... that ... It ... image. ... is ... contents. ... I really don t understand why it doesn t work, I can only

Thread view Attachments: 0

Re: ARM-JTAG (Wiggler compatible)

2005-11-12 by Eric Engler

... The J-Link comes with a Windows DLL that provides a proprietary (closed) implementation of the RDI debug commands. They also make a J-link server that

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-12 by seangra

... Ideally the limitation will be on use of the SPI interface. Don t forget that it s 1/4 the speed of talking natively to the MMC card. The file system

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-12 by rtstofer

... ... It ... on ... a ... Otherwise ... Yes but many implemtations allocate storage for a predefined maximum number of open files. Not a

Thread view Attachments: 0

Re: Cheap SD Flash File System

2005-11-12 by rtstofer

... It looks like rdcf2 is quite complete and includes a test suite. It supports FAT12 and FAT16 and the documentation is very good. It can also be built

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.