2021-07-01 04:10 AM
Hi Everyone,
If you haven't noticed by now, X-CUBE-TOUCHGFX 4.17.0 is out, available from STM32CubeMX 6.0+ and from st.com as a zip (Also installable through STM32CubeMX).
Here is the documentation for 4.17.0: https://support.touchgfx.com/
Main features:
You can see all the bug fixing and improvements in the changelog.
KNOWN ISSUES:
If you wish to use L8 images in 16-,24- or 32bpp configurations, for some RTOS you will need to remove the OSWrappers::taskYield() function call in the DMA2D file templates of the X-CUBE installation (FreeRTOS from CubeMX works OK):
while ((READ_REG(DMA2D->FGPFCCR) & DMA2D_FGPFCCR_START) != 0U)
{
// OSWrappers::taskYield();
}
/Romain
2021-07-05 04:33 AM
I opened a browser while trying to create a project from Examples. There is an internet connection but I have the same error "Combination of Simulator and Slider Example failed." .
2021-07-05 04:40 AM
I opened up the excel sheet of my project and it's not corrupted.
2021-07-05 04:45 AM
I tried to go with Blank UI and got this error. I have also tried Board setup and etc. Nothing changed.I am working with STM32H743VGT6. If D-cache is enabled software can't run correctly. For example, I programmed a button to change screen but when I press the button doesn't work. If D-cache is disabled everything is working as it should be except sometimes getting hardfault.
2021-07-05 05:01 AM
By the way it is not about the internet connection. As You can see TouchGFX is connected to internet and can downlaod packages.
2021-07-05 05:17 AM
Could you share your log file ? It is in the %appdata%/TouchGFX-4.17.0 folder.
This is very weird that you cannot create projects... Does it also happen with TouchGFX 4.16.1 (or another version) ?
/Romain
2021-07-05 05:23 AM
Could you also try to create a project directly in the /c or maybe /c/TouchGFXProject ?
/Romain
2021-07-05 05:25 AM
2021-07-05 05:27 AM
I'm already trying to create the new project in C:\TouchGFXProjects.
2021-07-05 05:30 AM
True, sorry. What I wanted to check is that you were not having a potential unsupported character in the path name but if it works with 4.16.1 then it must come from something else.
/Romain
2021-07-05 05:47 AM
could you try to delete the download folder in %appdata%/TouchGFX-4.17.0 ?
/Romain