CPU bandwidth calculation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CPU bandwidth calculation

778 次查看
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 回复

649 次查看
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 项奖励
回复