S32K CAN Tx issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K CAN Tx issue

802件の閲覧回数
hewei03
Contributor III

Hello,

I used CAN FIFO  interrupt mode for reception. Set the MBs is 32.  MCU model is S32K148. 

It has the following conditions:

1. When I set the RxFIFO ID filters numbers is 8. The Tx can use the MailBox is from number 8 to number 31.

2. When I set the RxFIFO ID filters numbers is 16. The Tx can use the MailBox is from number 10 to number 31.

3. When I set the RxFIFO ID filters numbers is 24. The Tx can use the MailBox is from number 12 to number 31.

4. When I set the RxFIFO ID filters numbers is 32. The Tx can use the MailBox is from number 14 to number 31.

5. When I set the RxFIFO ID filters numbers is 40. The Tx can use the MailBox is from number 16 to number 31.

5. When I set the RxFIFO ID filters numbers is 48. The Tx can use the MailBox is from number 18 to number 31.

5. When I set the RxFIFO ID filters numbers is 56. The Tx can use the MailBox is from number 20 to number 31.

5. When I set the RxFIFO ID filters numbers is 64. The Tx can use the MailBox is from number 22 to number 31.

5. When I set the RxFIFO ID filters numbers is 72. The Tx can use the MailBox is from number 24 to number 31.

5. When I set the RxFIFO ID filters numbers is 80. The Tx can use the MailBox is from number 26 to number 31.

5. When I set the RxFIFO ID filters numbers is 88. The Tx can use the MailBox is from number 28 to number 31.

5. When I set the RxFIFO ID filters numbers is 96. The Tx can use the MailBox is from number 30 to number 31.

5. When I set the RxFIFO ID filters numbers is 104. The Tx can't send successfully.

I don't know how the Tx mailbox has anything to do with the number of RXFIFO filters?

Where is the description?

Thanks!

0 件の賞賛
1 返信

603件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

each MB can be set either for RX or TX operation. If the RXFIFO is enabled too, more MBs are occupied by RXFIFO functionality (RXFIFO and ID filter table) depending the CTRL2[RFFN] setting. Thus less MBs left for RX or TX operation, as Table 53-6 states.

pastedImage_1.png

BR, 

Petr

0 件の賞賛