Yahoo Groups archive

Lpc2000

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

Messages

Browse messages

Page 4 of 329 · 16407 messages matched

Re: LED & Button connection

2006-05-26 by rtstofer

... Not at all! I wouldn t do that... The question re: shorting the output was VERY specific and implied the knowledge that such a thing was NOT a good idea.

Thread view Attachments: 0

Re: [lpc2000] LED & Button connection

2006-05-26 by Tom Walsh

... Something that I did not realize from the LED datasheets, until I did a dot matrix display bar, was that LEDs have a max current and a max voltage rating

Thread view Attachments: 0

Re: [lpc2000] Re: Global arrays

2006-05-26 by Tom Walsh

... sigh, my ESP powers seem to diminish with age. I could have sworn that was the vendor he was using. :( TomW ... -- Tom Walsh - WN3L - Embedded Systems

Thread view Attachments: 0

Re: LED & Button connection

2006-05-26 by rtstofer

... Leon is correct! For a short period of time... According to the LPC2141_42_44_46_48 Datasheet, Iohs (HIGH-state short-circuit current is -45 mA and note 8

Thread view Attachments: 0

Re: [lpc2000] LED & Button connection

2006-05-26 by newmanrf@originarea.com

Hummel, These guys are pulling your leg. That means they are teasing you for not knowing any better. It is not eloquent to connect a led to a i/o pin without a

Thread view Attachments: 0

Re: LED & Button connection

2006-05-26 by Gus

I don t know what Leon is trying to do here but no you can t do that. If you know electronics well you will know why but if you are hobbyist then just follow

Thread view Attachments: 0

lpcusb and mcb2140

2006-05-26 by Erick Damasceno

Has anyone succed porting lpcusb for keil mcb2140?? I tried many things but doesn t work. If anyone have succed, please, send me the code or tell me what i

Thread view Attachments: 0

Re: Programming external flash

2006-05-26 by stefb16

... You can write a flasher tool in ARM code running in RAM section of LPC2210. The tool gets data from JTAG/UART/... and puts this data in flash. Look in the

Thread view Attachments: 0

LED & Button connection

2006-05-26 by Иван Кончаловский

Hello All. I have two questions for you: 1. Is it possible to connect LED (super bright 1mA) to port pin without additional current limiting resistor? 2. Is it

Thread view Attachments: 0

JTAG issues again

2006-05-26 by Sutton Mehaffey

Anyone out there running the combo of Keil s compiler and JTAG with Embedded Artists 2148 board and prototype board? I have been using Philips Flash Utility

Thread view Attachments: 0

Re: Global arrays

2006-05-26 by brendanmurphy37

It s unlikely to be a compiler problem with optimisation: I believe the ARM compiler to be very reliable in terms of producing correct code. You don t say

Thread view Attachments: 0

RE: [lpc2000] Re: Global arrays

2006-05-26 by vineet jain

Hello again, I am using the armcc compiler from ARM itself. Also I already tried the static option. Doesn t quite work. Thanks for that. Difficult to

Thread view Attachments: 0

RE: [lpc2000] Re: Global arrays

2006-05-26 by balaji cr

Make it a static variable in a function and see if the compiler treats it nicely. Balaji ... Dream is just a dream. A goal is a dream with a plan and a

Thread view Attachments: 0

RE: [lpc2000] Re: Global arrays

2006-05-26 by Eric Rullens

Vineet, ... It would help if you told what compiler (+version, platform etc.) you are using. Also you might want to look at the code generated by your compiler

Thread view Attachments: 0

Re: Global arrays

2006-05-26 by brendanmurphy37

First off, it s not clear whether the problem is global/local or -O3/- O0, as you seem to say that changing two things broke the code. I d recommend: 1. Get

Thread view Attachments: 0

Re: [lpc2000] Re: Global arrays

2006-05-26 by Bertrik Sikken

Is -O2 not enough? Perhaps you can see what is happening by checking the generated assembly between the -O0 and -O3? Regards, Bertrik

Thread view Attachments: 0

RE: [lpc2000] Re: Global arrays

2006-05-26 by vineet jain

Guys, I need to use that option for speed. Can t get away with that. Any other pointers? Regards, Vineet. ... Yeah, the same goes for the bzzztbzzzt ARM

Thread view Attachments: 0

Re: [lpc2000] Global arrays

2006-05-26 by Tom Walsh

... The boingboing ARM compiler version 198 is broken, don t use -O3 TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net,

Thread view Attachments: 0

Global arrays

2006-05-26 by vineet jain

Hello group, My application fails to give the correct output when I define a global array of size 1024 int type. When I make it local to a function it gives

Thread view Attachments: 0

Re: Olimex LPC2294H external flash

2006-05-25 by stefano_m_a

Hi, is it possible to save some routines into the external flash (but boot into the internal one..) ? I try to modify my linker script adding an output section

Thread view Attachments: 0

Re: [lpc2000] Re: Timer as counter...

2006-05-25 by Mukund Deshmukh

... The mind set was for C51 ;-) ... Thanks Brendan, Yes this should be OK. Best Regards, Mukund Deshmukh. Beta Computronics Pvt Ltd 10/1, IT Park, Parsodi,

Thread view Attachments: 0

Re: ARM/ Thumb exception

2006-05-25 by ‚³‚³‚«‚悵‚¦‚³‚ñ‚̃X

Dear TomW, Currently, I am using Keil 3.12a/ GNU tools(Cygnus) (SARM.DLL ver 1.25 & DARMP.DLL ver1.09) ... Currently, no optimization is selected. Best

Thread view Attachments: 0

Re: Timer as counter...

2006-05-25 by brendanmurphy37

... 1Khz), and ... the 8 bit ... Why not use 32-bit counters? If you use a 5 kHz timer, you can easily count both phase changes, with plenty of safety margin

Thread view Attachments: 0

Re: [lpc2000] Re: Timer as counter...

2006-05-25 by Mukund Deshmukh

... Well, my plan was to use the timer at 0.9 mil sec (max freq being 1Khz), and average out the reading at 100 mil sec, so that I don t over flow the 8 bit

Thread view Attachments: 0

Re: Timer as counter...

2006-05-25 by brendanmurphy37

Mukund, I would imagine the technique I proposed (sampling each channel at a rate higher than the maximum expected frequency) would work well in the setup you

Thread view Attachments: 0

Re: [lpc2000] Re: Timer as counter...

2006-05-25 by Mukund Deshmukh

... I am sorry the message was hurriedly posted. I am using 4 proximity switches with toothed wheel to determine the speed of 4 shafts. The shaft are driven by

Thread view Attachments: 0

Re: [lpc2000] ARM/ Thumb exception

2006-05-25 by Tom Walsh

... I think the first question is what compiler are you using, what version, are you using any optimization (compile for speed, optimize for size)? TomW -- Tom

Thread view Attachments: 0

ARM/ Thumb exception

2006-05-25 by ‚³‚³‚«‚悵‚¦‚³‚ñ‚̃X

Hi All, Recently, I have encountered a funny issue. Currently, I have enabled support call between ARM & thumb instruction & complie thumb code & enable ARM/

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.