TJA1145 Selective wake up

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

TJA1145 Selective wake up

547 次查看
CCG
Contributor II

 

After entering sleep,ret=SPI_read(0x22); ret=0x28,send a CAN frame with ID 121,the MCU is awakened.

But,After entering sleep,ret=SPI_read(0x22); ret=0x28,send a CAN frame with ID not 121,the MCU cannot awakened.then,ret=SPI_read(0x22); ret=0x30.  COSCS=1,CBSS=0;

and if you follw the previous send a CAN frame with ID 121,the MCU cannot awakened too.

0 项奖励
3 回复数

535 次查看
guoweisun
NXP TechSupport
NXP TechSupport

我看你写的,你是想要什么结果?

After entering sleep,ret=SPI_read(0x22); ret=0x28,send a CAN frame with ID 121,the MCU is awakened.

But,After entering sleep,ret=SPI_read(0x22); ret=0x28,send a CAN frame with ID not 121,the MCU cannot awakened.then,ret=SPI_read(0x22); ret=0x30.  COSCS=1,CBSS=0;

and if you follw the previous send a CAN frame with ID 121,the MCU cannot awakened too.

0 项奖励

530 次查看
CCG
Contributor II
怎样才能消除错误帧对特定帧的影响。当进入睡眠后,发送错误帧后,再发送特定帧也能唤醒。而不是只能发送特定帧,发送错误帧后,再发送特定帧就不能唤醒
0 项奖励

480 次查看
guoweisun
NXP TechSupport
NXP TechSupport

---当进入睡眠后,发送错误帧后,再发送特定帧也能唤醒。而不是只能发送特定帧,发送错误帧后,再发送特定帧就不能唤醒

---

Furthermore a frame on the bus needs to be free of CRC, stuff and form errors to be a valid WUF.

Any error after the CRC delimiter is ignored and does not invalidate a received WUF.

0 项奖励