s32k312 freemaster

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

s32k312 freemaster

3,093 次查看
fengba_360
Contributor III

I am using CAN communication for monitoring with S32K312 FreeMaster, and I have a question to consult. Does FreeMaster support using the same CAN channel as the application? For example, on this CAN channel, can I both send and receive CAN IDs for FreeMaster, and simultaneously send other application-specific CAN IDs?

0 项奖励
回复
4 回复数

3,050 次查看
iulian_stan
NXP Employee
NXP Employee

Hi @fengba_360,

The same CAN instance cannot be used simultaneously, both by FreeMASTER and by application custom logic.

0 项奖励
回复

3,039 次查看
fengba_360
Contributor III
I seem to have solved this problem through can polling.After initial testing, FreeMaster can now work simultaneously with the application CAN.
0 项奖励
回复

3,026 次查看
iulian_stan
NXP Employee
NXP Employee

Good to hear that it worked for you.

Were there any extra configuration you had to make (in FreeMASTER or SDK) or it was enough to switch to CAN polling mode ?

0 项奖励
回复

3,015 次查看
fengba_360
Contributor III

In FreeMASTER, I set the mask of MB1 to 0x7FF, allowing only FreeMASTER's command CAN IDs to enter this mailbox, while all other CAN IDs are directed to other mailboxes. After that, sending and receiving will follow the polling mode logic.

0 项奖励
回复