Skip to main content
MHoll.2
Senior III
November 20, 2025
Solved

CubeMx issue: fixed FDCAN Tx buffer allocation = 32

  • November 20, 2025
  • 1 reply
  • 192 views

Split from this thread.

Yes, but No!
CubeMX V6.16 now allows only exactly 32 TX Buffers ((TX Buffer Nbr + TX Fifo Queue Elmts Nbr) == 32).
But less then 32 TX Buffer is allows by the Hardware, and some times, required if You want to maximize the RX Buffers.

Best answer by Ghofrane GSOURI

Hello @MHoll.2 

The CubeMX should allow (TX Buffers Nbr + TX FIFO Queue Elmts Nbr ≤ 32 ) instead of ((TX Buffer Nbr + TX Fifo Queue Elmts Nbr) == 32

A ticket (ID: 222211) has been escalated to the development team to address and correct this behavior.

THX

Ghofrane

1 reply

Ghofrane GSOURI
Ghofrane GSOURIBest answer
Technical Moderator
November 20, 2025

Hello @MHoll.2 

The CubeMX should allow (TX Buffers Nbr + TX FIFO Queue Elmts Nbr ≤ 32 ) instead of ((TX Buffer Nbr + TX Fifo Queue Elmts Nbr) == 32

A ticket (ID: 222211) has been escalated to the development team to address and correct this behavior.

THX

Ghofrane

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.
Ghofrane GSOURI
Technical Moderator
February 25, 2026

Hello @MHoll.2 

This issue has been resolved in the latest version of STM32CubeMX 6.17.0 

Link to download 

THX

Ghofrane

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.