• 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...
  • 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...
  • 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...
  • 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...
  • LPC2103 vs. LPC2104 - MAM Bug?
    Hi, I am experiencing a weird problem when running the same code on the two chips running at the same speed. with MAM mode = 0, both cycle counts are identical (13680 cycles) with MAM mode = 2...