cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX v5.6 .. STM32CubeMX v6.0 .. STM32CubeMX v6.1 bug .. nobug .. bug

MM..1
Chief II

I write this as bugreport for IDE.

In my project i need start TochGFXINIT on other place as MX generated code do.

Then in STM32CubeMX v5.6 i use comment out it after every generate code.

Im happy with STM32CubeMX v6.0 i use checkbox in MX and call to function isnt generated URAA, but

next update STM32CubeMX v6.1 i 1.5.0 IDE and now checkbox again not working and call is generated allways

6 REPLIES 6
Khouloud ZEMMELI
ST Employee

Hello @MM..1​ 

Can you please explain more your problem ?

Which check-box are you talking about ?

Khouloud

Marked checkbox dont work and is cleaned on save on 5.6 and 6.1, but work in 6.0

If I understood you correctly, when you check the checkbox mentioned in the attached screenshot, save the project then re-open it, you find it unchecked, right?

Please share your ioc file, Khouloud

Yes correctly and in main i have

  /* USER CODE END SysInit */
 
  /* Initialize all configured peripherals */
  MX_GPIO_Init();
  MX_DMA_Init();
  MX_SPI2_Init();
  MX_I2C3_Init();
  MX_ADC1_Init();
  MX_CRC_Init();
  MX_TIM2_Init();
  MX_TouchGFX_Init();
  /* USER CODE BEGIN 2 */

but last MX_TouchGFX_Init(); i need set to no generate, that is impossible.

Thanks for your feedback, issue reproduced and it will be fixed.

Khouloud

Date of fix? �� @Khouloud ZEMMELI​ 

We can continue with diff/bug here. TouchGFX 4.13 used with latest compatible MX/IDE . MCU 469 . LCD DSI 480x1280 24bit 33MHz PXC.

Double buffer in external SDRAM dedicated only for ltdc

1.Issue

OK GUI. I add image progress bar from standart style medium. In screenhandletick update value and image is corrupted on every value change.

I remove provided style and use my image for bar without background image and all work ok. Horizontal or vertical same issue.

2.issue

same GUI migrated to 4.15 and all fade in/out produce around fading parts same refresh corruption as in issue 1

I see 4.15 have rewrited parts of code generated by TouchGFX around ltdc , seems work slower and less stable as 4.13.

Can i handle this myself? Or i need wait to 4.16?