• Calculating Small time increments
    I need to measure small portions of time (at least 500us) while using Keil's RTX51 with a System Slice of 20ms. I'm assuming that RTX51 already has a realtime counter that tracks clock ticks (or at least...
  • Execution Time calculator.
    Friends, Is there any way to calculate the time of execution for a piece of 8051 Assembly Code ? .Say for example I am having a 8051 delay loop in assembly code.I just want to find out how much time...
  • Calculating Execution Time
    Dear Sir, Im a begginer for a assembly program like this in keil, Mov R0,#10 ----> 480ns Mov R1,#20 ----> 960ns Mov a,R0 ----> 1440ns Add a,R1 ----> 1920ns Mov R2,a ----> 2400ns Mov a,R1...
  • Calculate NAND Timing
    How to calculate NAND timing from datasheet for example for 2GByte samsung NAND flash K9GAG08U0E sample config: config.ByteLane = 1; config.DataWidth = 8; config.ExtendedWait = 0; config...
  • real time clock calculation
    Hai, i am using lpc2368 microcontroller in my embeddd project. i am displaying the clock in lcd also using RTC calculation. i am stuck with a section in which we have to find the clock duration between...