Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 158 of 329 · 16407 messages matched

Re: [lpc2000] Re: Beginner questions

2005-08-26 by Richard

Something is odd here. I can t think of a reason why the address is loaded with 3 instructions. One optimization we are considering is to cache the base

Thread view Attachments: 0

Re: [lpc2000] Re: Beginner questions

2005-08-26 by Brian C. Lane

... Ah! That makes sense. For some reason my reading of the opcodes hadn t made that distinction clear (or my recent use of the MSP430 corrupted my

Thread view Attachments: 0

Re: Beginner questions

2005-08-26 by Peter

The differences between MOV and LDR are: MOV is for moving data between registers, or moving a constant encoded into the instruction into a register. LDR is a

Thread view Attachments: 0

Re: Busted LPC2214?

2005-08-26 by Zdravko

On LPC2214 P0.2(pin 50), P0.3(pin 58) are open drain outputs when configured as GPIO. The rest of the defective pins belong to PINSEL1. With the posted code

Thread view Attachments: 0

ARM-ARM PDF

2005-08-26 by David Hawkins

RE: [lpc2000] Beginner questions ... The ARM-ARM is published by Addison-Wesley, and ARM does not seem to post a copy of it on their web site, however, the

Thread view Attachments: 0

Re: [lpc2000] Beginner questions

2005-08-26 by 42Bastian Schick

Brian C. Lane schrieb am Thu, 25 Aug 2005 17:01:14 -0700: I strongly suggest to read ARM ARM (Architecture Reference Manual). ... 8 Bits

Thread view Attachments: 0

Re: LPC2138 and FreeRTOS

2005-08-26 by Thiadmer Riemersma (ITB CompuPhase)

I have used FreeRTOS with GCC on a LPC2106 (for testing & design) and on a LPC2138. It worked out of the box (except that I first fell into the trap of using

Thread view Attachments: 0

Re: Beginner questions

2005-08-26 by y4krys

What is the mode your compiler is set to? In THUMB mode all data must be 16 bits long. ARM can add shifts to load some 32-bit values to registers, but not

Thread view Attachments: 0

Re: Busted LPC2214?

2005-08-26 by y4krys

Hi Alsig, For pins 2,3 and 20 check what is attached to them. Pins 27 ..30 default to AIN0..3, check if PINSEL1 is set correctly. Krys ... ex. ... trouble...

Thread view Attachments: 0

External Memorey Access with LPC2294

2005-08-26 by klgromann

I use a phytec board phyCORE LPC2294 and have troubles to access the external SRAM. I use the following initialisation for the EMC : PINSEL2 = 0x0E614924;

Thread view Attachments: 0

MBC2140 SD/MMC example code?

2005-08-26 by Frits

Hi Guys, The MBC2140 has an SD/MMC slot which is handled by the SSP controller. Does any one have some example code for using the SSP controller in SPI mode

Thread view Attachments: 0

Busted LPC2214?

2005-08-26 by jensalsig

I use a Olimex LPC2214 board and are having some problems. When I run this code (see below) I have a few pins that don t act normal . When messuring on a

Thread view Attachments: 0

Re: [lpc2000] Beginner questions

2005-08-26 by Brian C. Lane

... That s what I suspected. How big of a number can you fit into a single MOV? ... Yeah, the value to store is fine since its only 7 bits. ... Another related

Thread view Attachments: 0

RE: [lpc2000] Beginner questions

2005-08-25 by David Hawkins

... The opcode is 32-bits, so it can t also contain a 32-bit immediate. But in this case, your number is only 8-bits, so it could probably code an op-code for

Thread view Attachments: 0

Beginner questions

2005-08-25 by Brian C. Lane

Hey guys, I ve started working with the LPC2138. I m still working through the docs, but one question I have is this: PLLCFG = (4 + (2

Thread view Attachments: 0

I2C Routine

2005-08-25 by lehighuboy

Does anyone see anything wrong with the following I2C routine:? void SendI2CAddress(unsigned char Addr_S){ I2CONCLR = 0x6C; // Clear control bits I2CONSET =

Thread view Attachments: 0

writing linker scripts for ld

2005-08-25 by Delbert Martin

does anyone know where I can find a linker script for an lpc2214? or info for creating my own linker scripts? Thanks -Del

Thread view Attachments: 0

Re: LPC2138 and FreeRTOS

2005-08-24 by charlesgrenz

Hi Dan, Did you find the port from gcc to IAR difficult? I am using IAR and I was looking at the LPC2106 gcc version and porting that to the IAR 2106. Thanks,

Thread view Attachments: 0

Re: [lpc2000] LPC2138 and FreeRTOS

2005-08-24 by Peter Homann

Hi Dan, That was the answer I was looking for. I initially wanted to use UCOS-ii, but can t justify the licence cost at this stage. Thanks, Peter. ... -- ...

Thread view Attachments: 0

Re: LPC2294, gcc-code won't work

2005-08-24 by jf_richard69

... Hi Peter, Im trying to make a simple led flasher working on my board using GCC & a 2292, but anything I try, it does not work. The board and led flasher

Thread view Attachments: 0

Re: IAP problem

2005-08-24 by Gus

older version of philips boot loader had some issue and it would lock up sometimes. On philips website, you will find a hex file and the steps to update the

Thread view Attachments: 0

IAP problem

2005-08-24 by Michal Krestan

Hi, I m using IAP programming in my application with LPC2106. It works fine, but in one of about 5 tries my procedure for firmware update will hang somewhere

Thread view Attachments: 0

RE: [lpc2000] LPC2138 and FreeRTOS

2005-08-24 by Dan Beadle

I did an early port of this to the IAR tool chain. It took a while to get my mind around all the files, but, in truth, it is quite small and easy to work

Thread view Attachments: 0

Re: hitex lpc2000 book errata

2005-08-24 by Thiadmer Riemersma (ITB CompuPhase)

Good catches, I had not found these yet. ... FLASH ... In my copy (a PDF file), this is at page 51. I downloaded the PDF again (first reprint April 2005) and

Thread view Attachments: 0

Re: IDE/ATA device connection to LPC2xxx ?

2005-08-24 by Thiadmer Riemersma (ITB CompuPhase)

... You need only I/O pins (GPIO), plus firmware that gets the timing right. You need quite a few pins, though: 3 address lines, 16 data lines, and about 6 or

Thread view Attachments: 0

LPC2138 and FreeRTOS

2005-08-24 by Peter Homann

Hi, I m looking at using FreeRTOS on a LPC2138 based project. Does anyone have any opinions, tips or experiences they could share on how successful this

Thread view Attachments: 0

Re: [lpc2000] OT: Sound record/playback

2005-08-24 by Picstudent

the reason is that I know how to use salvo because I have Salvo Pro for PIC. So it will be easy for me to learn salvo in 8051 platform. but I dont have sourse

Thread view Attachments: 0

Re: [lpc2000] OT: Sound record/playback

2005-08-24 by Picstudent

hai Can anybody help me locate Salvo Pro RTOS for 8051 family? Thanks Cygnalroy ... Start your day with Yahoo! - make it your home page [Non-text portions of

Thread view Attachments: 0

I2C Master Receiver with LPC2294

2005-08-23 by Hogan Chris

I am currently using an LPC2294 in conjunction with a Phytec development board. I am able to use the processor to operate as an I2C Master transmitter,

Thread view Attachments: 0

Re: [lpc2000] OT: Sound record/playback

2005-08-23 by Digital Systems, Partner

Lasse Madsen Thanks a lot. I ll go through this. I am not perticular about FAT32. Only my saved data in FAT format should be read by using PC card reader. I

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.