Search the web
Sign In
New User? Sign Up
lpc900_users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 429 - 458 of 639   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
429
Using a P89LPC932, 3, 4, or 5, when Timer 1 overflow (Timer 1 in Mode 2) is used as the source for I2C SCL (CRSEL = 1), TH1 determines I2C SCL rate. I have...
poorejw
Offline Send Email
Jun 15, 2007
10:51 pm
430
Hello, I am starting a small project on LPC932. There seems to be quite a few toolchain options out there: Keil Rigel Raisonance IAR SDCC (open-source) Which...
Eugene Peng
y3peng
Offline Send Email
Jun 20, 2007
8:40 pm
431
Keil MCB900 ________________________________ From: lpc900_users@yahoogroups.com [mailto:lpc900_users@yahoogroups.com] On Behalf Of Eugene Peng Sent: Wednesday,...
Poore, John
poorejw
Offline Send Email
Jun 20, 2007
10:59 pm
432
Hi, there are two options from Keil. A free 4k version called LPC-Studio and a low cost 16k version for NXP LPC900 only. This version can be found here:...
lpc2100_fan
Offline Send Email
Jun 21, 2007
12:32 pm
433
I noticed that the User manual (UM10116.pdf Rev. 02 — 9 June 2005) states that the IAP functions return an error when the Carry Flag is set. But the ISP boot...
john
j_funk1425
Offline Send Email
Jun 23, 2007
2:53 am
434
Dear John, I had a look at the LPC2_ISP_8K_V04.a51, and it is the F0 flag in PSW. You are right that the IAP function returns error when the Carry Flag is set,...
Dr. Vithal N. Kamat
vnk_ad1
Offline Send Email
Jun 26, 2007
3:09 pm
435
I don't believe that F0 is the PSW flag bit since I can't find a definition (like: F0 EQU D0) in the file. This would mean the assembler would interpret it as...
john
j_funk1425
Offline Send Email
Jun 26, 2007
4:37 pm
436
Dear John, FO bit is PSW only. You can also look at header(.h) file or include(.inc) file In LPC9xx.h ---> sbit F0 = PSW^5; In LPC9xx.INC ---> F0 BIT...
Nilesh
inileshce
Offline Send Email
Jun 27, 2007
4:54 am
437
I did not include either of those header files. In fact, the 'LPC2_ISP_8K_V04.a51' compiles without adding any other files to the project. I compiled...
john
j_funk1425
Offline Send Email
Jun 27, 2007
6:59 am
438
Ok let me know which crosss compiler are you using ? If you are using Keil then by default SFR definition is of 8051 standard SFR definition. Nilesh john...
Nilesh
inileshce
Offline Send Email
Jun 27, 2007
7:34 am
439
I'm using Keil. ... standard SFR definition. ... the 'LPC2_ISP_8K_V04.a51' compiles without adding any other files to the project. I compiled...
john
j_funk1425
Offline Send Email
Jun 27, 2007
4:49 pm
440
OK, I see what you guys mean. The uVision IDE try's to be too smart for it's own good and adds the definitions (somewhere?) for the standard 8051 by default....
john
j_funk1425
Offline Send Email
Jun 27, 2007
5:35 pm
441
Hi, just found this one on Digikey. http://www.teamfdi.com/products/downloads/support/brochures/LCD%20Demo% 20Brochure%20Rev1.pdf It is a demokit for LPC900 +...
lpc900
Offline Send Email
Jul 17, 2007
11:37 pm
442
Hi, I'm using a P89LPC936 with a 12MHz crystal (SMD case HC49/4H) The uC doesn't always start. It seems that oscillation level is too small (0.5V to 1.6V with...
pyalpc936
Offline Send Email
Jul 18, 2007
8:35 am
443
Hi, There seems to be an issue with startup on some types of crystals. NXP put out an app note: ...
mcu_monkey
Offline Send Email
Jul 23, 2007
9:47 pm
444
Hi, i have a problem with the output ports of the LPC930. I try to switch a FET by toggling a port pin. Works just fine, but if I set the output = LOW in the...
denverone@...
Send Email
Aug 3, 2007
1:41 pm
445
You must set it high during initialization as this overrides toggeling (I'm assuming that you are open drain or weak pull-up mode) John W. Poore, Principal...
Poore, John
poorejw
Offline Send Email
Aug 3, 2007
3:25 pm
446
At another pin I have a LED and there it is working, even if I set the pin LOW during the initialization....
denverone@...
Send Email
Aug 6, 2007
6:40 am
447
Hi -- I just joined this group and am looking for some feedback. A) To program (write programs for) the LPC9XX which compiler do you find better 1) SDCC or 2)...
Alvin Schmitt
schmitt_alvin
Offline Send Email
Oct 22, 2007
5:26 am
448
I used both, and I can say that depends on your knoledge an target: if you want to hava a free tool, you have to choose SDCC and will have also a lot of ather...
brginne69
Offline Send Email
Oct 22, 2007
7:40 am
449
Hi! The LPC935 has two DAC outputs. I thought it would be nice to use those DACs in a new design. I've done some testing with DAC and it works... well, in some...
geeliwan
Offline Send Email
Nov 6, 2007
10:31 am
450
... LPC935 DAC outputs are high-impedance, you shouldn't load those beyond 1M ohms. Regards, Gertjan...
geejee_lpc
Offline Send Email
Nov 6, 2007
7:00 pm
451
. . . ... . . . Hi! Thanks for your reply! It was a configuration problem. The digital output driver was still active. I wrote to the wrong register :-( It's...
geeliwan
Offline Send Email
Nov 7, 2007
11:30 am
452
Hi all! I need to know the MFGID, ID1 and ID2 for the new LPC954 device. I suppose that MFGID = 15H and ID1 = DDH, but ID2? Is there an updated...
Fausto Marzoli
faumarz
Offline Send Email
Nov 12, 2007
9:46 am
453
... I reply myself: ID2 = 7AH sometimes reading the manual helps... ;-) ... I reply myself here, too: 1K sectors. The ISP protocol has commands for 16 sectors...
Fausto Marzoli
faumarz
Offline Send Email
Nov 13, 2007
3:28 pm
454
For LPC954, the MFGID = 15H, ID1 = DDH and ID2 = 7AH. And sector size for LPC954 is 1K. Good Luck. Finn To: lpc900_users@yahoogroups.com From: faumarz@... ...
Finn Li
finn_li
Offline Send Email
Nov 14, 2007
2:18 am
455
Dear sir, I want to join lpc_900 group.presently i am working on lpc924 controller. I am facing problem during ISP programming.first time when i give supply...
chetan patel
chetan1317
Offline Send Email
Dec 5, 2007
6:07 am
456
i am facing problem in ISP programing in lpc924 controller.First time when i gave supply to controller in flash magic then it was automatic detact the...
chetan1317
Offline Send Email
Dec 5, 2007
6:43 am
457
Dear Chetan, First time you able to program becuase of Factory defualt ISP. At that time BSB bit is set from Factory. Once you program the Microcontroller...
Nilesh
inileshce
Offline Send Email
Dec 5, 2007
7:21 am
458
Thanks Nilesh for giving me very useful information. But in hardware activation method what type of haraware addition is required.please give me schematic of...
chetan patel
chetan1317
Offline Send Email
Dec 5, 2007
8:19 am
Messages 429 - 458 of 639   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help