• Proble in getting interrupt continuously.
    We are working on the STR91x Evaluation Board and we are using Timer0 Interrupt (for Output Compare). Interrupt is expected to come continuously whenever output compare occurs. But that is occurring...
  • I2C start continues to fail
    Hi everyone, First off I would like to thank those who have taken the time to read this post. My environment Windows XP uVision 3 Keil MCB2300 with NXP LPC2386 Goal Read a temperature...
  • problem (continue and again)
    i wrote about similiar problem http://www.keil.com/forum/docs/thread9546.asp and now i have same problem i use odd adres memory (for example) and got problem text test progfam for ARM you may see...
  • Issue with I2C communication continuation
    below is the I2C.h file ,continuation for the EEPROM I2C code #ifndef __I2C_H #define __I2C_H /* If I2C SEEPROM is tested, make sure FAST_MODE_PLUS is 0. For board to board test, this flag can...
  • how to continue after breakpoint
    sorry for response  after a long time, as per above steps you mentioned Yes, when you do single step, you should write DHSCR = 0xA05F0001UL | 0x4 ; // C_STEP Then wait until S_RETIRE_ST is 1. ...