• LPC 2292 timer interrupt
    Hi all, I am working on LPC 2292.I want to create an interrupt program which will make an LED to blink for 2sec and be OFF for 1 sec.I would like to know what values do I need to load into T0MR0 and...
  • LPC 2292 " if condition gets satisfied without no reason"
    hi all, I am using LPC 2292 in my project. I have used if condition in which condition is satisfied for no reason. Did u face problem like that. I am using gcc compiler.
  • How to do memory mapping for external memory in LPC 2292?
    I want to do project,i.e,memory mapping control usage for running any of the software interrupts(timer) in the external memory area other than the area at 0x00000000.
  • ping problem
    Hi... I am doing software development in ARM 7 in Keil Compiler. But I am facing a problem . I can not get successful reply for more than one device in a local lan network when I ping these all devices...
  • Ping Not working
    Dear all I have made a custom board based on stm32f407IGT6 and used the same schematics from keil MBCSTM32F400 board, I have written this simple program for testing PING, int main(void) { SysTick_Config...