Hi All, does anybody have idea, how to set pins P1.28-P1.31 as outputs on LPC2138? I've got at IODIR1=0xFFFF0000 and for example P1.26 works well as output,...
I found the example programe. But can not figure out the values for PREINT and PREFRAC. In e.g programe, the resultant values using 12MHz crystal are ...
Hello all, I am using ARM V2.50 Compiler for my ARM7-TDMIs LPC2292, uC. I am interfacing USB processor from ATMEL, AT43USB380 . They have given a lib file in...
Hi, Eric ... All the difference is in initial settings for each mode, which you can easily modify. Optimization level, for example. ... No, for Philips Flash...
Hi Andy, I got CAN test code from u r website.i need communicate two boards,can you tel me,what is procedure ? & how to do that in hardware?....
harisha eh
harishaeh@...
Dec 1, 2006 10:53 am
21073
Hi, Atmel provides several builds of USBP library for the 380. The one that comes wit the dev. board is suitable for linking against ADS1.2. Check the product...
Did Pin function Select register 2 (PINSEL2), bit 2, were celar? "2 GPIO/DEBUG 0 Pins P1.36-26 are used as GPIO pins." See also this note below: "Note: LOW on...
Hi all, I got a Olimex LPC-E2294 Board from www.microcontrollershop.com. Can anybody tell me how to give a kick start with the board. Any ...
arm_techie arm_user
arm.techie@...
Dec 1, 2006 1:43 pm
21078
... Did you set the interrupt vector checksum? Without a proper sum at word location 5 (0x14..0x17), the processor will come up in the bootrom instead of your...
Hi agreat22, Everybody have problem H-jtag in the Keil. How did you solved this problem? thank for all participants... ... MX26LV800B. ... want ... error. Is...
Hi, Atmel provides several builds of USBP library for the 380. The one that comes wit the dev. board is suitable for linking against ADS1.2. Check the product...
hey all, I've worked a bit with ethernet in the past, using things like ethernut. I am looking looking forward to starting some more advanced ethernet...
Hello, would it be possible to have a copy of the CAN example too. i am having some problems too. originally i got CAN working on the at90can128, 2 of them are...
hello, does anybody have problems with the compare/verify with philips lpc200 flash utility i'm able to upload programs no problem, and they run fine, never...
I am using the LPC2132/QFN64 on a project, where I have the PWM6 on Pin P0.9 (34) used as well as a GPIO output on Pin 0.10 (35). If I setup the P0.9 PWM6 on...
... Don't know how possible it is in this situation, but last time I saw a similarly strange thing ( this was on AVR), I eventually tracked it down to a typo...
... I suspect when running using the debugger you are first running a macro file that sets up flash interface/clocks/etc for fast execution. Is there a .mac ...
... You are running directly off the crystal. Setup the Phase Lock Loop, PLL, that will run much faster. Also, check your MAMTIM (memory timing for the...
Does anyone know what the correct registers are for the ADSTAT on the LPC2148? The manual has ...4030 listed for the ADSTAT in table 254 but table 258 shows...
All of the 802 (i.e. Ethernet) working group specifications are available FOC at www.ieee.org, see http://standards.ieee.org/getieee802/ Though, this site...
... I have the PLL set to run at 60MHz, but have not done anything with the MAM. Being new to this processor, the warnings in the users manual about incorrect...
Yeah the header file was the problem. Where ever I got this from it appears the default constants were binary: #define P09_F1_RXD1 ( 1 <<18) // Pin09, F1,...
I talked to NXP and they are aware of the problem with the done bit not registering a one and they have a fix in for the next release. Their suggested solution...
... the ... 254 ... I've used register ...4030 and it seems to work. Also, I believe Crosswork's values for ADC in the Philips_LPC2148_MemoryMap.xml is...
I've had this when I get my code segment definitions wrong, e.g. defining initalised variables in external RAM without specifying an ROM based copy. The...