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 to share photos of your group with the world? Add a group photo to Flickr.

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 186 - 219 of 634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
186
Enter your vote today! A new poll has been created for the lpc900_users group: Do you use ISP or ICP for your LPC900 design? o ISP o ICP o Already programmed...
lpc900_users@yahoogro...
Send Email
Dec 13, 2005
3:33 pm
188
Dear LPC9xx Users. Take advantage of one of the most powerful micros in the market, the LPC9xx. There is not reason to stay outside this fantastic world. The...
opiedrahita2003
Offline Send Email
Dec 14, 2005
3:26 pm
189
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc900_users group. File : /USB-ICP...
lpc900_users@yahoogro...
Send Email
Dec 14, 2005
4:19 pm
190
All, application note 10258 'How to use the LPC900 In-circuit programming (ICP)' shows the configuration of PCL and PDA pins for LPC935 to be at p0.5 and p0.4,...
maciej_wiatr
Offline Send Email
Dec 25, 2005
9:01 pm
191
All, PHILIPS claims in the data sheets for the LPC9XX family that the MCUs can operate at 2.4V to 3.6V. Have you tried to get one of them run at 2.5V? I've...
maciej_wiatr
Offline Send Email
Dec 25, 2005
9:06 pm
192
Hi there, You need to disable 'brownout detection' in DEVICE CONFIGURATION. Then it will work upto 2.4V, else it will hang/reset/stop-working at 2.7V. Hitesh...
Hitesh Mahant
vital4all
Offline Send Email
Dec 26, 2005
3:20 am
193
Hi friends, I have two types of LPC922. One lot is LPC922F CCxxxx (TSSOP), other in LPC922FN CCxxxx. The verF is supporting multiple programming using ISP,...
Hitesh Mahant
vital4all
Offline Send Email
Dec 26, 2005
3:34 am
194
The LPC936 utilizes the P05 and P06 pins for ICP indeed. I've already programmed over a hundred devices this way. Gertjan ... documentation. ... too?...
geejee_lpc
Offline Send Email
Dec 26, 2005
10:02 am
195
I've had trouble getting LPC935-936 devices into programming mode too. What worked for me was to set the reset-output pin from the ICPISPbridge program to...
geejee_lpc
Offline Send Email
Dec 26, 2005
10:13 am
196
Gertjan, which of the two you mentioned is what? For LPC935: PDA - p0.4 PCL - p0.5 For LPC936: PDA - ... PCL - ... p0.5? p0.6? Can you point me to an internet...
Dr. Maciej Wiatr
maciej_wiatr
Offline Send Email
Dec 26, 2005
12:15 pm
197
LPC936 is fully pin-compatible with LPC935. As far as I know this is not documented. ... already ... <maciej.wiatr@b...> ... programming ... to be at ... ...
geejee_lpc
Offline Send Email
Dec 26, 2005
3:49 pm
198
Dear all, Ax51 CPU has bit control instruction that is CLR and SETB. LPC900 family have register are A,B,PSW,DPTR(DPH,DPL),SP,R0-R7*4 I confirmed the register...
yen0yuki
Offline Send Email
Dec 27, 2005
1:31 am
199
Hello Gertjan, Thanks for the tip. I will go through bridge code and will try to implement. I tried using 10k pullup on p0.4, p0.5 and p1.4(reset); it improved...
Hitesh Mahant
vital4all
Offline Send Email
Dec 27, 2005
1:35 am
202
... Dear yenOyuki, SETB/CLR opcode are suitable only in bit segment 20H-2FH and in SFR area for all address multiple of 8H ( eg. ACC B PSW Pn etc.) To...
ar_e_sys
Offline Send Email
Dec 30, 2005
9:00 pm
203
Gertjan, you wrote in your former mail that P05 and P06 were used... for LPC935 it is P04 and P05... I suppose you meant P04 and P05, right? Thanks, Maciej...
Dr. Maciej Wiatr
maciej_wiatr
Offline Send Email
Dec 31, 2005
11:59 am
204
You're right, P04 and P05 it is indeed. Sorry about that. ... LPC935...
geejee_lpc
Offline Send Email
Jan 1, 2006
10:43 am
206
Hello!! I want to put some asm code inside the main.c file!! Like: for(j = 0; j < 13; j++){ MOV A, #LOW display RLC A INC A } ... If it isn't possible... I...
gandolfix
Offline Send Email
Jan 10, 2006
6:55 pm
207
... Check your C compiler documentation. it should tell you how to do this. ... There is no assembly instruction RLC @R0. RLC operates only on the accumulator....
Ian bell
ruffrecords
Offline Send Email
Jan 10, 2006
7:05 pm
208
Hello, I want to use the PWM to dim a LED. This led is connected with a 470 Ohm resistor to 5VDC. The controller is running on 3VDC. I want to set the output...
markvanelst
Offline Send Email
Jan 18, 2006
9:49 am
209
Mark, not 100% sure but I would think your assumption is correct that a pin that is associated with a function (UART, PWM) becomes push/pull. The open drain is...
lpc2100_fan
Offline Send Email
Jan 18, 2006
9:31 pm
210
Dear all, I want to use Timer0 of LPC938. So I try simulation by uVision3. When I selected [option] - [Device]tag "LPC938", I want it to move at about 100us...
yen0yuki
Offline Send Email
Jan 20, 2006
1:33 am
211
Hi, the timers are identical on both microcontrollers. There is a chance that you slected 12 MHz external clock for one micro and the internal RC oscillator...
philips_apps
Offline Send Email
Jan 20, 2006
5:23 pm
212
Should work fine with open drain outputs. Make shure you set the output to the logical high state to enable it! ... 470 ... set ... bit). ... pull ... pin...
geejee_lpc
Offline Send Email
Jan 21, 2006
10:46 am
213
Dear Robert, Thanks you for your answer. ... Either microcomputer is the same setting that it is selected internal RC oscillator(7.373MHz). It is only a...
yen0yuki
Offline Send Email
Jan 23, 2006
6:21 am
214
Hello, I am writing a bootloader for the P89LPC922. I use IAP lite to write to the program memory and this works fine. I want to reprogram UCFG1 (RPE) before...
markvanelst
Offline Send Email
Jan 25, 2006
11:04 am
215
Hello Mark, Before writing the UCFG1 register you have to give the CCP Clear Configuration Protection command (see example below). shift_out(WR_FMCON);...
paul_seerden
Offline Send Email
Jan 25, 2006
12:19 pm
216
Hi Mark, I agree with Pauls comments and feel that you have protected the configuration values with the config protection bits in the BOOTSTAT register. These...
phb_miller
Offline Send Email
Jan 27, 2006
1:57 am
217
The user's manuals suggest the pwm pulse width uses the timer clock. This implies p-clock or external clock is used to determine the pulse width and pwm...
aplgoat
Offline Send Email
Jan 29, 2006
11:40 pm
218
Rod, I'am trying to compile the LPC935-PROG on windows using Mingw but the popt.h file wasn't with Mingw. Was that file part of your linux distro? I tried...
john
j_funk1425
Offline Send Email
Jan 31, 2006
3:22 am
219
John, You are going to need popt for mingw I know when I did this I went to a lot of trouble to get this working. I ended up downloading popt and then making...
rodboyce70
Offline Send Email
Feb 1, 2006
7:39 am
Messages 186 - 219 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