CubeMX 5.1.0 Code Generation Warnings
Hi. I am using CubeMX code generation for the STM32F767VITx. I recently updated to CubeMX 5.1.0. Since updating, every time I choose to generate code, I get the following warning:
" - These IPs still have some not configured or wrong parameter values: [GFXSIMULATOR]" However, GFXSimulator is not used as a part of this project and has not had any of its parameters changed.
As far as I can tell there appears to be no way to actually disable the GFXSimulator itself, and no amount of clicking 'Reset Configuration' will make the warning disappear. The only method I have found to actually make the warning disappear is to set my clock to 200MHz, but I cannot use that clock speed for the project and that "fix" only seems to work half of the time.
This issue does occur on a blank new CubeMX project for the STM32F767VITx.
In addition, when this occurs a pair of files named 'gfxsimulator.c' and 'gfxsimulator.h' are generated, both of which contain a bunch of empty method declarations.
Any help would be appreciated.