• LPC2104
    I am a newbie to ARM and KEIL, I wrote a samll program in assembly and try to simulate it using debuger, I noticed that the PC value is same as the line which is just executed (i.e. marked with green...
  • Problems with compatibility to LPC2129 and LPC2104
    I'm investigating with the MCB2100 evaluation board and I have made a proyect for this equipment but now I need that this proyect are used in the LPC2104 microcontroler... Do you know if I need the...
  • uVision4 LPC2104 Timer Interrupt
    Hi all, Im new in ARM programming and I am trying to build sample timer0 interrupt program.I am using uvision 4.02 32k code limited evaluation version.When debuging I see interrupt is generated but...
  • LPC2104 buzzer control
    Hello, Can anyone explain to me how to control buzzer via timer interrupts? I want to play different tones on a buzzer using timer interrupts. So far I have this code: Init timer: //initialize...
  • Writing a new programming algorithm
    Hi to all. I'm working on a LPC1788 project. I need to connect MCU to an external NOR flash (S29GL064) and allocate some const variables on it. I wrote a new programming algorithm : /*********...