xgate candriver APIs

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

xgate candriver APIs

1,259 次查看
candriver
Contributor I
Dear friends
 
 Any body have idea about execution time taken by APIs used in ideal Xgate CAN driver which is available in AN2726......like can_init();,writeCANMsg(); etc.....
 
plzz if any body have then send it to me.....otherwise how can i get it??? actually i calculated execution time but i am getting most of the fuction execute in same time means in 3.6 microsecond.....
 
Thanks...
标签 (1)
0 项奖励
1 回复

392 次查看
DannyM83
Contributor III
The timing depends on a wide range of factors: # of mailboxes setup, number of activated CAN channels, length of message etc.

Maximum values for major functions are given on page 9. To get values for other functions, use the approach give in AN3253.
0 项奖励