TJA1145 Selective wake up

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TJA1145 Selective wake up

536 Views
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 Kudos
3 Replies

524 Views
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 Kudos

519 Views
CCG
Contributor II
怎样才能消除错误帧对特定帧的影响。当进入睡眠后,发送错误帧后,再发送特定帧也能唤醒。而不是只能发送特定帧,发送错误帧后,再发送特定帧就不能唤醒
0 Kudos

469 Views
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 Kudos