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.
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 204 - 235 of 634   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
220
Hello people. I've written an ICP programmer for use with our philips-based products, for use in our mass-production environment. I've based it on both the ISP...
orenhayman
Offline Send Email
Feb 1, 2006
10:13 am
221
Clear the BSB bit. Eric...
Eric Rullens
cncgorilla
Offline Send Email
Feb 1, 2006
6:49 pm
222
Rod, I'am able to compile it now using that library. I also had to change a few things to get it to compile. 1. Changed ' #ifdef WINDOWS ' to ' #if...
john
j_funk1425
Offline Send Email
Feb 2, 2006
3:50 am
223
Thank you John, Can you e-mail me a diff off-line or to this list and I will update source forge CVS with the changes. Let me know if you get it working as I...
rodboyce70
Offline Send Email
Feb 3, 2006
7:12 am
224
Hi All, Does ICP (Serially Clocked) have supperior features over ISP (UART)? Obviously if you use ISP you need a stable clock source. If you program the flash...
phlpcmicro
Offline Send Email
Feb 4, 2006
7:41 am
225
I put the files in a temp directory in the Files section of the group. I'll try the program out next week and let you know if I get it working. ... went to ......
john
j_funk1425
Offline Send Email
Feb 4, 2006
8:33 am
227
I've checked in the ICP PDF, and I've figured it's the configuration byte at 0x03 ("Status Byte"). I'm already programming it to 0x00. Either that's not the...
orenhayman
Offline Send Email
Feb 5, 2006
8:23 am
228
Hi Oren, Are the config bytes written correctly? If you read them back, do they have the correct value? They are NOT included in the CRC, and you'll have to ...
Eric Rullens
cncgorilla
Offline Send Email
Feb 5, 2006
11:31 am
229
Hello Eric, Sending the CCP seem to solve it. Thank you. ... they have ... have to ... a device ... That is ... configuration ... the ... (and ... it ... ...
orenhayman
Offline Send Email
Feb 5, 2006
2:00 pm
230
Hi There, My project is building a simple router with MCB900, So the 8-bit data is input from RS232, then it has to route [output to correct port] it to some...
Azmi
mamazmi
Offline Send Email
Feb 6, 2006
12:57 am
231
Rod, I haven't been able to program anything yet. Can you give me an example of the command line arguments used to program or put the device in ISP mode? Also,...
john
j_funk1425
Offline Send Email
Feb 11, 2006
2:37 am
232
John, I have never used this under windows except when I was doing some early testing for a friend of mine. I use the following commands to erase the necessary...
rodboyce70
Offline Send Email
Feb 11, 2006
1:37 pm
233
Gertjan, Hitesh, I have also had problems using ICP when following the appl.note AN10258_2. Like you, Hitesh, I found out that the application board VDD...
maciej_wiatr
Offline Send Email
Feb 12, 2006
1:02 pm
234
All, I am using the ISP to ICP bridge based on MCB900 from Keil to program a PCB-soldered LPC936 (TSSOP). It is possible to read the device ID, to program user...
maciej_wiatr
Offline Send Email
Feb 14, 2006
10:40 am
235
Hi, once I have had similar problems. See at http://www.esacademy.com/software/flashmagic/forum/read.php?f=1&i=2564&t=2561 Now, I am happy. Regards, Johnny...
Johann Sohl
sodele288
Offline Send Email
Feb 14, 2006
1:52 pm
Messages 204 - 235 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