• Serial interrupt driven issues--timer1/2
    Hi, I have a 24 byte tx buffer. When i send the buffer from a uM to pc in a polled manner, timer 2 works fine with the following setting: mov SCON, #01010000b mov RCAP2L, #0DCh mov RCAP2H, #0FFh...
  • Serial interrupt driven issues--timer1/2
    Hi, I have a 24 byte tx buffer. When i send the buffer from a uM to pc in a polled manner, timer 2 works fine with the following setting: mov SCON, #01010000b mov RCAP2L, #0DCh mov RCAP2H, #0FFh...
  • Issues with using timer0, timer1 and timer7, interrupt of timer7 never occurs
    Hello everyone, I've been looking some infos in Inet, but I didnt really find what I was looking for. I am working with a XC164CS32F, for my project I need various timers. Quick explanation: Timer0...
  • Issues with using timer0, timer1 and timer7, interrupt of timer7 never occurs
    Hello everyone, I've been looking some infos in Inet, but I didnt really find what I was looking for. I am working with a XC164CS32F, for my project I need various timers. Quick explanation: Timer0...
  • LPC2478 external memory programming.
    We are currently looking to use external flash with the LPC2478 NXP processor. Is it possible to program the flash via the JTAG with this processor using the Keil environment? We have done this in...