Skip to main content
Andrei Chichak
Lead
January 12, 2026
Solved

Bug report: STM32F469 DSIHOST Advanced parameters transmission delays allow incorrect data sizes.

  • January 12, 2026
  • 1 reply
  • 267 views

CubeMX 6.16.1

MacOS 15.7.3

STM32F469NIHX

Multimedia - DSIHOST - Data and Clock Lanes     -  click,click,click

Show Advanced Parameters - check

HS Transmission fine tuning and LP Transmission fine tuning

Transmission Delay on Clock Lane and Transmission Delay on Data Lanes

These items refer to 2-bit wide fields in DSI_WPCR1 but CubeMX allows values from 0-10, which would be 3.32-bits wide. By setting the clock transmission delay to, say, 10, the data clock delay gets overwritten as well. Data delay overwrites the low power clock delay, and so on.

The actual data range for these items should be [0,3], and HAL_DSI_SetSlewRateAndDelayTuning should probably sanitize the parameter Value before using it.

Best answer by Ghofrane GSOURI

Hello @Andrei Chichak 

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

Link to download 

THX

Ghofrane

1 reply

Ghofrane GSOURI
Technical Moderator
January 13, 2026

Hello @Andrei Chichak 

Your detailed explanation is much appreciated.

Issue has been escalated to dev team for resolution under internal ticket ID 225025 

I will keep you posted with updates;

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
Ghofrane GSOURIBest answer
Technical Moderator
February 25, 2026

Hello @Andrei Chichak 

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.