... 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, ...
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...
ISP Lite is possible with All LPC900.. Regards, Nilesh (09925049517) ... From: lpc2100_fan <lpc2100_fan@...> ...
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 ...
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...
... 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...
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...
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...
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...
Do not use AUXR1.... cuase it will not help i think... also check the errata sheet of Micocontroller.. Regards, Nilesh (09925049517)Â Potent embedded...
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...
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...
which pin have you used ? Regards, Nilesh (09925049517) Potent embedded solutions  ... From: gogainet <gogainet@...> Subject: [lpc900_users] Re: new...
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...
I will say use ICP Programming Method... Many Commercial and low cost programmers available... Regards, Nilesh (09925049517)Â Â ... From: navneet_copper...
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...
i'm using Parallel method with hi-lo system programmer. i have the ICP proggrammer but i not yet try it. ... programming ... <gsembox- ... program ... ...
can you send me your software ??? Regards, Nilesh (09925049517)Â Â ... From: gogainet <gogainet@...> Subject: [lpc900_users] Re: new LPC925 user-haw to...
this example program from keil. #include <REG925.H> // register definition void delay (unsigned int cnt) { while (--cnt); } void main() { unsigned char i; ...
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...
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@...
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...
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...
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...
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...
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...
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....