2020-02-05 05:46 AM
Here is my problem:
I create a STM32cube IDE project by including an additionnal software named TouchGFX . I generate the project so that it gets
with the discovery 32F469 NI card...and a windows message appears which is following: " These IPs still have some not configured or wrong parameters values [STMicroelectronics
X-CUBE-TOUCHGFX 4.13.0.
The build of the project gives some errors identified in the OSwrappers and TouchGFXconfiguration .cpp
2020-03-31 08:18 AM
Can you please post the errors here?
"These IPs still have..." appears when you have "warnings" or unfulfilled dependencenies in TouchGFX Generator or other places in CubeMX
E.g. If CRC is not enabled, you'll get an error.
/Martin