Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 198 of 329 · 16407 messages matched

Re: Wiggler with LPC2124

2005-04-08 by yekai1k

I made the wiggler board according to the file named Wiggler Schematic.pdf in the JTAG folder. I haven t tried OCD Commander, I will do it immediately.

Thread view Attachments: 0

Wiggler with LPC2124

2005-04-08 by yekai1k

Hi I made a wiggler board according to the Wiggler Schematic posted in the Files folders, but it can not work properly with my LPC2124 chips. I v tried many

Thread view Attachments: 0

flash unility for linux

2005-04-07 by Gus

I remember seeing a source code for a flash unility for linux for the LPC chips. I can t find it anymore!!! Can anyone forward me the link please Gus

Thread view Attachments: 0

boot loader version 1.64

2005-04-07 by Gus

Hello, I got some new LPC2114 and the boot loader version on them is 1.64 On philips website, there is only update up to 1.63 Is it important to have 1.64? I

Thread view Attachments: 0

Simple Graphics for LPC2138

2005-04-07 by dsidlauskas1

I have a project that is using a 2138, and I would like to add a Qvga(320X240) monochrome 1 bir per pixel graphic screen to do mostly text and some simple

Thread view Attachments: 0

Re: EINT0 interrupt

2005-04-07 by chipburnssc

Oops, sorry, code example is for EINT1 (#15) Chip ... the ... vector ... vector

Thread view Attachments: 0

Re: Does AD0.5 input pin work?

2005-04-07 by johnsonnenberg99

I m taking the silence as a sign maybe no one has ever tried AD0.5?? I tried changing the code so I don t use bit-backed configuration commands, still no luck.

Thread view Attachments: 0

[lpc2000] CAN interrupt problem

2005-04-07 by artturi

Hi I m using LPC2194 I have problem getting interrupt in CAN bus. Here is the parts of my code that has some problem don t know what. The Bus should be

Thread view Attachments: 0

Re: [lpc2000] LPC2xxx Pin-Out

2005-04-07 by 42Bastian Schick

James, ... I guess they are grouped according to their main functionallity (which is not GPIO). So the UART pins are together, the CAN pins etc. -- 42Bastian

Thread view Attachments: 0

Rx Identifier Register problem

2005-04-07 by burner_itfi

Hello, I use the LPC2119. When i get an receive interrupt, i m looking in the frame status register (RFS), if the received msg is a standard or extended msg.

Thread view Attachments: 0

EINT0 interrupt

2005-04-07 by chipburnssc

I m having trouble installing the EINT0 interrupt. I can install the Timer0 interrupt no problem: T0TCR = 1; // Timer0 Enable

Thread view Attachments: 0

Re: Newlib problem

2005-04-06 by ntfreak2000

... ... include ... v3/libsupc++ /opt/arm/source/gcc-3.4.3/libstdc++-v3/include/stdc++.h ... include ... v3/libsupc++

Thread view Attachments: 0

Re: [lpc2000] LPC2129 dead?

2005-04-06 by Charles Manning

... While anything is possible, I don t that it is very likely to be dead. The flash and RAM are internal so are not likely to be affected. If it responds to

Thread view Attachments: 0

Re: [lpc2000] Re: Newlib problem

2005-04-06 by Leonardo Santos

Already did that. The scrips then goes like this: echo ($0) building botstrap GCC make all-gcc install-gcc LANGUAGES= c c++ cerror GCC build failed mkdir

Thread view Attachments: 0

LPC2xxx Pin-Out

2005-04-06 by jamesasteres

Does it bother anyone else that the Port Pins on the Philips LPX2xxx chips are scattered all over the chip? Why on earth did Philips do that? James

Thread view Attachments: 0

Re: [lpc2000] Re: Newlib problem

2005-04-06 by Anton Erasmus

... Thanks, I will modify the script to first build the bootstrap compiler, then newlib, and then the final compiler. Do I need to run configure for the

Thread view Attachments: 0

Does AD0.5 input pin work?

2005-04-06 by johnsonnenberg99

Has anyone successfully used Analog input 0.5 on the LPC2132? I can read AD0.0 thru AD0.3, but when I try AD0.5 (pin 10), I always read a 0 regardless of the

Thread view Attachments: 0

Re: [lpc2000] port writing

2005-04-06 by 42Bastian Schick

Gennady Palitsky schrieb am Tue, 5 Apr 2005 14:00:35 ... The Philips docs tell to write to IOPIN directly in this case. -- 42Bastian Schick

Thread view Attachments: 0

Re: ADC Test Setting

2005-04-06 by peterburdine

Apparently, Philips doesn t want us to test anything ourselves. I sent them this question and here is their response: The test mode bits you refer to are for

Thread view Attachments: 0

Re: [lpc2000] project job

2005-04-06 by santosh jha

Hi, I am looking after the R & D of a company based in Gurgaon, near delhi. We will be needing your expertise. Pl. contact me with your resume at

Thread view Attachments: 0

Does AD0.5 input pin work?

2005-04-06 by johnsonnenberg99

Has anyone successfully used Analog input 0.5 on the LPC2132? I can read AD0.0 thru AD0.3, but when I try AD0.5 (pin 10), I always read a 0 regardless of the

Thread view Attachments: 0

Re: Newlib problem

2005-04-05 by ntfreak2000

... compiled, ... with ... interwork. By ... for ... April ... working ... FreeRTOS ... from ... always ... problem in that ... definitely linking using gcc

Thread view Attachments: 0

Re: [lpc2000] Re: Newlib problem

2005-04-05 by Anton Erasmus

... Unfortunately that does not appear to be the case. I have a similar problem in that the correct libraries are not automatically being used. I am definitely

Thread view Attachments: 0

port writing

2005-04-05 by Gennady Palitsky

Hi all, is there a way to move a byte from flash to the i/o port ? as far as i understand, using IOSET, IOCLR 1)requires at least one extra cycle, 2)can give

Thread view Attachments: 0

Re: SPI MOSI NOT RESPONDING

2005-04-05 by Mark Butcher

Hallo Rajendra I think you have the following problems while (Length--) { IOSET = 0x80; // remove SSEL ------------------ 1/2 SPI_SPDR = *ptrData++; //

Thread view Attachments: 0

ADC Test Setting

2005-04-05 by peterburdine

Can anyone please explain the test settings for the ADC on the LPC2xxx? 00=Normal Mode - Ok, I know this one 01=Digital Test Mode - Does this mean that you set

Thread view Attachments: 0

LPC2129 dead?

2005-04-05 by Musharraf Hanif

Hello, I am using an Olimex LPC-H2129 board in my development. The board was working fine till today. Now, when I try to program it (Philips utility), i get a

Thread view Attachments: 0

SPI MOSI NOT RESPONDING

2005-04-05 by rockraj_2003

Hello Mark, I am using SPI to configure the DP1203. LPC2106 - FULL DUPLEX. DP1203 - HALF DUPLEX. I just wrote ur program in IAR but when the SSEL is low it s

Thread view Attachments: 0

LPC2129 dead?

2005-04-05 by Musharraf Hanif

Hello, I am using an Olimex LPC-H2129 board in my development. The board was working fine till today. Now, when I try to program it (Philips utility), i get a

Thread view Attachments: 0

Re: Newlib problem

2005-04-05 by ntfreak2000

... compiled, I noticed ... third with ... By using ... raising a ... question about ... GCC 3.4.3 ... FreeRTOS for ... any code ... (_udivsi3.o) ... normally.

Thread view Attachments: 0

Re: video logo generation

2005-04-05 by valdef78

... wrote: ... can I ... Again, as ... override ... you can look here : http://www.hitex.co.uk/arm/lpc2000book/index.html that s a beginning book from Hitex on

Thread view Attachments: 0

video logo generation

2005-04-04 by Gennady Palitsky

Hello, I have an urgent project on hands and need an advice on it s feasibility with LPV21xx. I have pretty extensive experience with 8-bitters (Atmel etc.),

Thread view Attachments: 0

Re: [lpc2000] Newlib problem

2005-04-04 by Leonardo Santos

Rebuilding my toolchain and searching where _udivsi3.o was compiled, I noticed that there are four versions of libgcc.a: lib/gcc/arm-elf/3.4.3

Thread view Attachments: 0

Re: [lpc2000] Newlib problem

2005-04-04 by Robert Adsett

... It s complaining that the C compiler library is not compiled with internetworking. In this case it s trying to link in a division routine. Newlib does

Thread view Attachments: 0

Newlib problem

2005-04-04 by Leonardo Santos

Hello All: First, than you all for the answers on my previous question about a C union not working for IO access. I m now compiling some programs with GCC

Thread view Attachments: 0

project job

2005-04-04 by drg_p

Hello, I want to take a part-time job, based on projects. I m looking for anything like VC++ projects or ARM microcontroller projects, something I can do via

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.