What is the meaning of "TimeParaGranularity" in the formula.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello Biser Gatchev-XID
if i use : For single read: A = (CSRdOffTime – CSOnTime) × (TimeParaGranularity + 1) × GPMC_FCLK
GPMC_FCLK frequency = 100Mhz
when the TIMEPARAGRANULARITY = 0h
For single read: A = (CSRdOffTime – CSOnTime) × (1 + 1) × 10ns. Is it correct?
when TIMEPARAGRANULARITY = 0h
It should be: For single read: A = (CSRdOffTime – CSOnTime) × (0 + 1) × 10ns.