cancel
Showing results for 
Search instead for 
Did you mean: 

configuring the CAN of STM32H723 using STM32CubeMX

zzzaizz
Associate III

屏幕截图 2026-03-24 114646.png  I don't use this Tx Buffers Nbr. Instead, I use this Tx Fifo Queue Elmts Nbr for sending. The difference between the two is just that one is manually sent and the other is sent by hardware, right? Why does the software give me a pink prompt for Tx Buffers Nbr, stating that the number of Tx Buffers Nbr plus the number of Tx Fifo Queue Elmts Nbr must be 32? What does this mean? Help me, I'm about to cry.I don't use this Tx Buffers Nbr. Instead, I use this Tx Fifo Queue Elmts Nbr for sending. The difference between the two is just that one is manually sent and the other is sent by hardware. Why does the software give me a pink prompt for Tx Buffers Nbr? The number of Tx Buffers Nbr plus the number of Tx Fifo Queue Elmts Nbr must be 32. What does this mean? Help me, I'm about to cry. God!

1 ACCEPTED SOLUTION

Accepted Solutions

Same configuration on the same part number:

Mx.png

 


@zzzaizz wrote:

My question is: Must the combination of these two be 32?


Yes

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

7 REPLIES 7
zzzaizz
Associate III

屏幕截图 2026-03-24 114905.png

Add some additional information regarding the software's prompt messages.

Must the total number of Tx Buffer and Tx FIFO Queue be exactly 32?


@zzzaizz wrote:

Must the total number of Tx Buffer and Tx FIFO Queue be exactly 32?


Yes, and I don't have the issue with CubeMx 6.17 like you had:

 

Sorry I'm not able to share the screenshot (there is an issue with that feature)

Edit: screenshot shared below in a separate post.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
mƎALLEm
ST Employee

Mx.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

The chip I'm using is the STM32H723. My question is: Must the combination of these two be 32?

Same configuration on the same part number:

Mx.png

 


@zzzaizz wrote:

My question is: Must the combination of these two be 32?


Yes

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

thanks!!!