CPU bandwidth calculation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CPU bandwidth calculation

781件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by karthik.s on Wed Sep 01 01:29:28 MST 2010
I am running an (application code + driver software) on LPC1114.I would like to know the procedure to calculate how much time the driver software code takes to run on LPC1114 to calculate CPU bandwidth utilization.Please help!!

Original Attachment has been moved to: 1100642_EfsUsb.zip

0 件の賞賛
返信
1 返信

652件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Luis Digital on Thu Sep 02 17:54:41 MST 2010
Hello,

Generally you use a timer:
- OldTime = TimeNow
- Code (application code and/or driver software)
- Utilization = TimeNow - OldTime
0 件の賞賛
返信