EmbeddedRelated.com
The 2024 Embedded Online Conference

LPC2106 edge and level interrupt

Started by bluehash9 in LPC200017 years ago 5 replies

Hello, Does the LPC2106 have a level and edge interrupt setting. I cannot find any reference of EXTPOLAR or EXTMODE in the datasheet. Can I...

Hello, Does the LPC2106 have a level and edge interrupt setting. I cannot find any reference of EXTPOLAR or EXTMODE in the datasheet. Can I still use it. Can you reference me to a page which details it. Thank you. Gerard


LPC 2106 - RTC Battery backup

Started by Pramod Wani in LPC200018 years ago 1 reply

Dear Sir , I want to develop rtc circuit with battery backup in lpc2106. I have not used any external components for rtc circuit. But...

Dear Sir , I want to develop rtc circuit with battery backup in lpc2106. I have not used any external components for rtc circuit. But for battery backup , should I connect coin cell supply to the Vdd1.8 ( core ) pin of LPC2106 ? Or Should I connect coin cell supply to vdd3-1 & vdd3-2 pin of LPC2106 ? Depending on that I have to decide the coin cell voltage rating and part no...


Cannot programm LPC2106 (ISP - RS232)

Started by jkazubek in LPC200017 years ago 5 replies

Hello I've recently bought an evaluation board with LPC2106 on it. When I try to read the deivices ID it is sometimes succesful and...

Hello I've recently bought an evaluation board with LPC2106 on it. When I try to read the deivices ID it is sometimes succesful and sometimes not. I've tried to dowload from flash but after a random amount of time (part of the flash content appears in the program) the program (Philips LPC2000 flash utility) says "Cannot communicate with test board". I'm not using any converters such ...


Graphic LCD to LPC2106

Started by sp_1972 in LPC200017 years ago 13 replies

Hi all, I am using graphic LCD with ARM LPC2106. I have written initialisation code for lcd. but i am facing the problem that sometimes it is...

Hi all, I am using graphic LCD with ARM LPC2106. I have written initialisation code for lcd. but i am facing the problem that sometimes it is getting initialised and some times it is not. Can anyone help in this regard? A sample code to use graphic lcd with LPC will be helpful. Thanks in advance.


PWM with olimex lpc2106-mt pcb - how to?

Started by killtheclock in LPC200020 years ago 4 replies

Hi all, I have an olimex lpc2106-mt pcb and try to program a PWM without success. The Docu is not especially detailed (I...

Hi all, I have an olimex lpc2106-mt pcb and try to program a PWM without success. The Docu is not especially detailed (I think). I tried a lot of register settings(for hours). All I get is a single 88.64 ms pulse on PWM4 at reset that does not change with the match register


Transformeless power supply for LPC2106

Started by kuharp in LPC200016 years ago 9 replies

Hi all, Is there any transformerless power supply design capable of providing the current required for running lpc2106 at 60MHz. Something...

Hi all, Is there any transformerless power supply design capable of providing the current required for running lpc2106 at 60MHz. Something with at least 40mA @ 3.3V from european 230V/50Hz. I'm considering a capacitor type transformerless supply, but something without bulky (1uF 275V X2) capacitor would be nice. Any sugestions? Thanks, Peter


Ethernet controller for LPC2106

Started by Mark Butcher in LPC200019 years ago 17 replies

Hi All I would like to make a LAN connection to an LPC2106 design. It seems best to use the SPI interface but I don't know...

Hi All I would like to make a LAN connection to an LPC2106 design. It seems best to use the SPI interface but I don't know much about SPI Ethernet controller support. After checking around I found the Microchip MCP22S80, a 10M device with SPI connection.


LPC21xx Debugging with watchdog enabled

Started by Ananda Regmi in LPC200012 years ago 6 replies

Greetings, Has somebody discovered a way to debug with debugger enabled on LPC2106? Reading through what google could find, it seems like it...

Greetings, Has somebody discovered a way to debug with debugger enabled on LPC2106? Reading through what google could find, it seems like it is not possible to disable the watchdog just for debugging. I am using an Amontec JTAGtiny with openocd V0.4 to debug LPC2106 program. I can debug it fine if I comment out my watchdog initialization routine. But, if I leave it in the code, it resets...


Timer Interrupt problem in LPC2106

Started by rockraj_2003 in LPC200019 years ago 1 reply

Hello Friends, Interrupt problem in LPC2106. I am using IAR EMBEDDED WORKBENCH.The Timer Interrupt is not responding. Simply...

Hello Friends, Interrupt problem in LPC2106. I am using IAR EMBEDDED WORKBENCH.The Timer Interrupt is not responding. Simply for Half an hour it typing only SET. Its not typing Timer Interrupted. I can't able to find any mistake. When i worked with the Simulator it works fine. Its correctly entering data into the reg.


relocating code in RAM with lpc2106.

Started by Milind Deshpande in LPC200019 years ago 9 replies

Hi, I am a newbie doing firmware development on LPC2106 and using couple of interrupts for UART0 and TIMER1. The interrupts...

Hi, I am a newbie doing firmware development on LPC2106 and using couple of interrupts for UART0 and TIMER1. The interrupts work fine when the code resides in flash. However when I try to put the code in RAM for debug, the interrupts no longer work and so I cannot do any de


touch screen driver using LPC2106

Started by Gokul krishnan in LPC200018 years ago 2 replies

hello , I am using LPC2106 for drive touch screen (sp14q006-22A). In this touch screen there is no LCD driver ,so we have to control...

hello , I am using LPC2106 for drive touch screen (sp14q006-22A). In this touch screen there is no LCD driver ,so we have to control everthing from LPC only. actually i dont know how to drive this touch screen? if any one knows technique or code examples plz let me know. thanks anticipating your reply with regards gokul


IAR LPC2106 KickStart Kit --- JTAG box

Started by mli00 in LPC200020 years ago 6 replies

I just received my IAR LPC2106 KickStart kit ($149 from Philips Website), but I could not find the JLINK JTAG box. Should it come ...

I just received my IAR LPC2106 KickStart kit ($149 from Philips Website), but I could not find the JLINK JTAG box. Should it come with a JTAG box or not? Anyone knows? Thanks, -martin


Writing to Flash LPC2106

Started by Ananda Regmi in LPC200015 years ago 3 replies

Hello, I am trying to write a block of 512 bytes of data to flash in LPC2106. For some reason it only writes a first couple of bytes. After...

Hello, I am trying to write a block of 512 bytes of data to flash in LPC2106. For some reason it only writes a first couple of bytes. After the write operation, it does return FLASH_CMD_SUCCESS. Anyone have any idea why would it do that. Here's the my flash write function: Uint32 FlashDriver_write_configuration(FlashDriver * this) { Uint8 memmap; Uint32 cpsr; cpsr = d...


LPC2106 Compiler Error...

Started by r_kumares in LPC200017 years ago 3 replies

Dear All, I have started working on LPC2294 using GNU GCC compiler. As this is the 1st time I am working on ARM family so I...

Dear All, I have started working on LPC2294 using GNU GCC compiler. As this is the 1st time I am working on ARM family so I have just took the example code of LPC2106 from the net for blink_led programme & tried to complier the same using the said compiler. Every time I compile the programme it shows the following error..... make -k all "......linking" arm-elf-ld -v ...


LPC2106 Timer0 configuration & Interrupt ..newbie..!

Started by gtpats in LPC200015 years ago 8 replies

Hi I am trying to configure timer0 and get an interrupt on match. Using LPC2106 olimex board. 14.7456MHz crystal. I am not able to get into...

Hi I am trying to configure timer0 and get an interrupt on match. Using LPC2106 olimex board. 14.7456MHz crystal. I am not able to get into the ISR where i am trying to ON a LED. Please let me know what I must do, here is the code #define VICINTSEL (*((volatile unsigned long *) 0xFFFFF00C)) #define VICINTEN (*((volatile unsigned long *) 0xFFFFF010)) #define VICCNTL0 ...


LPC2106 Timer1 problem

Started by ayman ghaly in LPC200017 years ago

Dear all, I have a problem with a strange behaviour of timer 1 in the keil simulator (run with the GNU compiler) for a code written for the...

Dear all, I have a problem with a strange behaviour of timer 1 in the keil simulator (run with the GNU compiler) for a code written for the target LPC2106 evaluation board. The problem is that when I tried code (1) shown below in the keil simulator Timer 1 only reset when it overflows. In the other hand it does resets when I upload and try the same code with the real board after statements...


Porting UCOS II to LPC2106

Started by eziggurat in LPC200016 years ago 4 replies

Hello, I have a LPC2106 code using the UCOS II but compiled and build with the CARM compiler. I am trying to port the code to compile on the...

Hello, I have a LPC2106 code using the UCOS II but compiled and build with the CARM compiler. I am trying to port the code to compile on the RVDK. The UCOS II for the CARM compiler has __arm instructions which doesn't seem to be compatible with the RVDK and also the original author has deleted the headings so I don't know the version of UCOS. To start of the port to RVDK, I copy some o...


lpc2106 FreeRTOS Demo

Started by jsalomo1 in LPC200016 years ago 1 reply

I'm trying to get the FreeRTOS lpc2106 demo application compiled in Eclipse. I didn't change much to the demo files. Since I am trying to get it...

I'm trying to get the FreeRTOS lpc2106 demo application compiled in Eclipse. I didn't change much to the demo files. Since I am trying to get it to work on an lpc2292, the memory sizes were changed. This is the error I got: /cygdrive/c/DOCUME~1/user/LOCALS~1/Temp/ccXwL2Mb.o (/cygdrive/c/gccfd/gnuarm/bin/../lib/gcc/arm-elf/4.0.2/libgcc.a)_udivsi3.o (/cygdrive/c/gccfd/gnuarm/bin/../lib/gcc...


How many MIPS can the lpc2106 do ?

Started by bobi catorski in LPC200020 years ago 5 replies

Hi all   Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?     Best     bobi ...

Hi all   Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?     Best     bobi


EXTMODE, EXTPOLAR

Started by Slash Power in LPC200015 years ago

Hi, These two registers (EXTMODE, EXTPOLAR) are listed in the newer user manual of LPC2106 ( UM10275, 4 June, 2008 version), but are not listed...

Hi, These two registers (EXTMODE, EXTPOLAR) are listed in the newer user manual of LPC2106 ( UM10275, 4 June, 2008 version), but are not listed in the older user manual, and their definitions are also absent in IAR Embedded Workbench 5.11. However, the newer user manual doesn't list these registers as specific to /01 revision. As I am currently using the older LPC2106 (not the /01 revision) can I...



The 2024 Embedded Online Conference