Skip to main content
FMarr.2
Associate III
November 27, 2020
Question

STM32CubeMx LTDC version 5.6.7 produce code with 1 Layer, version 6.0 produce code for 2 layers even if set 1. Is this a bug?

  • November 27, 2020
  • 2 replies
  • 669 views

Open STM32H7BWorkshop2020 STM32H7B3I-DK.ioc first do not migrate, and generate code. Then migrate and generate code. Then check content of static void MX_LTDC_Init(void)

This topic has been closed for replies.

2 replies

Khouloud ZEMMELI
ST Employee
December 30, 2020

Hello @Community member​ ,

Normally this issue has been fixed with the 6.1.0 CubeMX version, can you please check with it ?

Thanks, Khouloud

FMarr.2
FMarr.2Author
Associate III
January 7, 2021

Hi, thanks for reply.

I am currently using 6.1.1 but i did not check if fixed. Just modified the produced code removing manually the second layer.

Regards