this is a email / a reply from Embedded Systems Academy ... Hi Harald, Version 2.40 of Flash Magic is now available that supports sending the CCP command. Go...
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 : /v15 ISP...
lpc900_users@yahoogro...
Oct 26, 2005 7:12 pm
181
Hi everybody, I would like to introduce my LPC900 programmer for all of you who, like me, are fascinated with the Phlips micros. My program has the ...
hi Andy, isp to icp bridge version 1.6 is available now! you can download it on the website: http://www.esacademy.com/software/flashmagic/ Best regards! Frank...
hello, I want to know about UART performance. (1)In case of LPC900 series Microcontrollers use UART, How much will permissible range of error margin? (2)The...
Hello, the permissible Error margin combined over the transmition of a byte including start and stopbit has to be less than half a bit. Half a bit is 50%,...
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...
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...
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...
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,...
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...
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...
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,...
The LPC936 utilizes the P05 and P06 pins for ICP indeed. I've already programmed over a hundred devices this way. Gertjan ... documentation. ... too?...
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...
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...
LPC936 is fully pin-compatible with LPC935. As far as I know this is not documented. ... already ... <maciej.wiatr@b...> ... programming ... to be at ... ...
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...
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...
... 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...
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...
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...
... 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....
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...
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...
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...
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...
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...
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...