• Using stopwatch with Keil under simulation...
    Hi. I am running a 25MHz clock with 20 _nop_(); to test for stopwatch functionality while running under simulation. With these many _nop_(); I should be seeing an elapsed time (t0) of 0.0000008 sec....
  • Stopwatch timer different from actual time
    In keil, MDK-ARM, there is stopwatch "t1", at bottom right. But time is shows varies significantly from actual timer when I see in CRO. Why is that.
  • simple code for AT89S8252
    hey, does anyone know a simple code for the Atmel chip AT89S8252? i just want to know if the chip works or not. Thanks
  • Simple Question
    What does the following mean? #pragma src #prgma OT (8) Thanks
  • simple code not always working
    Hi I have a function InitRAM This way it works: unsigned char Flash_Data[512]; unsigned int AnalogMaxValues[8]; #define AnalogMaxValues_start 129 //byte number of AnalogMaxValues in flash block...