retagged by
2,832 views
1 votes
1 votes
% CPU blocked or consumed = (x/y)   (in case of cycle stealing)

where x= data preparation time and y= data transfer time..

 I read questions and answers using this formula but i cant understand how this formula is formulated .. how we are calculating the % Cpu is blocked based on this x and y terms , I mean that in cycle stealing CPU is blocked while DMAC setup and during corresponding interrupt...CPU is not blocked during data preparation time ... also during data transfer time (y) CPU may be blocked or may not be ... Also how this percentage is calculated here.... Does it mean that out of ' data transfer time ' , CPU is blocked for a period equal 'data preparation time'?

Please someone help me with equation
retagged by

1 Answer

Best answer
2 votes
2 votes
selected by

Related questions

0 votes
0 votes
1 answer
1
18 votes
18 votes
1 answer
2
ankitgupta.1729 asked Jul 29, 2017
8,231 views
Please Explain the formulae for % time of CPU blocked in both Cycle Stealing mode and Burst mode of DMA