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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 493 - 522 of 634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
493
... Does anyone knows if such a circuit would also be ok for the LPC901? In any case please report if it works, that would be interesting to know. Cheers, ...
Alexandre Pereira Nunes
alexandrenun...
Offline Send Email
Jun 3, 2008
9:41 pm
494
Hi, it's been a while since I was dealing with the LPC900 but this is what I remember: ICP is possible with all LPC900 devices, including the LPC901. IAP is...
lpc2100_fan
Offline Send Email
Jun 4, 2008
4:01 pm
495
&nbsp; ISP Lite is possible with All LPC900.. &nbsp; Regards, Nilesh (09925049517)&nbsp; &nbsp; &nbsp; ... From: lpc2100_fan &lt;lpc2100_fan@...&gt; ...
Nilesh
inileshce
Offline Send Email
Jun 4, 2008
5:27 pm
496
I am using keil's START900. Anybody know the right settings for this assembly program? I know it is a lot to ask. Thank you. ALvin... APSTRON P.O. Box 10336 ...
Alvin Schmitt
schmitt_alvin
Offline Send Email
Jun 6, 2008
11:10 pm
497
Hello, I'm a new LPC935 user and for my first application, my microcontroller BUG, where is the problem??? (Sorry for my bad English, I've some difficulties...
François
francois83_be
Offline Send Email
Jun 16, 2008
11:18 pm
498
... You forget to set the pin 2.3 as output pin: you must reset P2M1.3 and set P2M2.3 bits respectively. At reset the pins are all set as inputs. I suggest you...
Stefano Panichi
s.panichi
Offline Send Email
Jun 17, 2008
7:16 am
499
i'm first time to used this chip, i just write simple program to blink LED from keil example. It not working, i have testing using keil simulator and it...
gogainet
Offline Send Email
Jul 1, 2008
11:51 am
500
... Have you set the led pin as output pin ? Remember that at reset the pins are all set as inputs....
Stefano Panichi
s.panichi
Offline Send Email
Jul 1, 2008
12:36 pm
501
Hi all, (new member here...) out of curiousity I had a look at the source code of ISP to ICP bridge v16, available in the files section of this group. It's a...
Ingo Debus
ingo_debus
Offline Send Email
Jul 1, 2008
4:27 pm
502
i want accurate timing so i used external crystal of 8MHZ with LPC936 but i found the following problems. 1.With crystal (8MHZ) & its capacitor value 33pf or...
vijay.satra
Offline Send Email
Jul 7, 2008
6:41 am
503
Do not use AUXR1.... cuase it will not help i think... also check the errata sheet of Micocontroller.. Regards, Nilesh (09925049517)  Potent embedded...
Nilesh
inileshce
Offline Send Email
Jul 7, 2008
10:09 am
504
Try a solid state relay that switches at the zero voltage crossover point. I made my own and it stopped noise getting from the relay (mechanical) to the...
Alvin Schmitt
schmitt_alvin
Offline Send Email
Jul 7, 2008
7:41 pm
505
yes i have set it as output, anyone have simple example (keil file), please to send me. to gogainet@.... ... blink ... oscilator....
gogainet
Offline Send Email
Jul 8, 2008
9:02 am
506
I am using the LPC936 as well with 7.328MHz crystals. I have had the same problem in three different projects therefore I doubt it has anything to do with...
geejee_lpc
Offline Send Email
Jul 8, 2008
5:08 pm
507
which pin have you used ? Regards, Nilesh (09925049517)  Potent embedded solutions   ... From: gogainet <gogainet@...> Subject: [lpc900_users] Re: new...
Nilesh
inileshce
Offline Send Email
Jul 9, 2008
8:01 am
508
Which programmer are you using?? and while programming the device have you set the boot location to 0x0000H? Pls check, I faced similar problem. By default in...
navneet_copper
Offline Send Email
Jul 10, 2008
4:24 am
509
I will say use ICP Programming Method... Many Commercial and low cost programmers available... Regards, Nilesh (09925049517)    ... From: navneet_copper...
Nilesh
inileshce
Offline Send Email
Jul 10, 2008
8:15 am
510
i'm using universal programmer. the compiler i using is keil, in the example there are start900.a51, and i have disable the ISP entry during power up?, that is...
gogainet
Offline Send Email
Jul 15, 2008
3:57 pm
511
Are using ISP Method or ICP Method ???? Regards, Nilesh (09925049517)    ... From: gogainet <gogainet@...> Subject: [lpc900_users] Re: new LPC925...
Nilesh
inileshce
Offline Send Email
Jul 15, 2008
4:19 pm
512
i'm using Parallel method with hi-lo system programmer. i have the ICP proggrammer but i not yet try it. ... programming ... <gsembox- ... program ... ...
gogainet
Offline Send Email
Jul 15, 2008
4:38 pm
513
can you send me your software ??? Regards, Nilesh (09925049517)    ... From: gogainet <gogainet@...> Subject: [lpc900_users] Re: new LPC925 user-haw to...
Nilesh
inileshce
Offline Send Email
Jul 15, 2008
5:29 pm
514
this example program from keil. #include <REG925.H> // register definition void delay (unsigned int cnt) { while (--cnt); } void main() { unsigned char i; ...
gogainet
Offline Send Email
Jul 17, 2008
11:39 am
515
Hello folks, Anyone of you ever tried to succesfully "talk" to an SPI device like a flash memory or a RTC(?) I tried Code architect but in vain :( Plz any code...
timos timos
timos_t
Offline Send Email
Jul 28, 2008
6:28 am
516
Hello Timothy, I made a project with LPC932. I code the simulating SPI to "talk" to a digital temperature sensor. It means that you should write the driver...
Min
minming.zheng@...
Send Email
Jul 28, 2008
6:49 am
517
Hello Min, Thanks for the reply. I wrote a software SPI comunication routine in C using he Keil simulator , all ok , but it seems that the core is too slow for...
timos timos
timos_t
Offline Send Email
Jul 28, 2008
9:07 am
518
Hello Timothy, attached you find extracts from a project I worked on 2 years ago. Because of copyright I can not send the whole project. But the files includes...
ast66
suzix1400
Offline Send Email
Jul 29, 2008
6:52 pm
519
Armin, Thank you very much for your responce :))) But i cant download the .zip file , cause it says (not stored) and i cant download it - it does not hand and...
timos_t
Offline Send Email
Jul 29, 2008
9:17 pm
520
Try downloading it using mozilla FireFox (info can be found at: http://www.mozilla.com/en-US/about/whatismozilla.html . Use FireFox instead of Internet...
Alvin Schmitt
schmitt_alvin
Offline Send Email
Jul 30, 2008
1:26 am
521
Hello Timothy, below I have pasted the 3 files, which was included in the zip file. The identifier not defined in P936lib.h come from Reg936.h, the Keil header...
ast66
suzix1400
Offline Send Email
Jul 30, 2008
6:07 am
522
Hi I had a problem during startup. LPC936 does not reset upon power on during startup whenever there is a Mains power failure or while switch on the device....
rahul shinde
rahul.shinde@...
Send Email
Aug 1, 2008
6:36 am
Messages 493 - 522 of 634   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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