Generating peripheral initialization as a pair of '.c / .h ' files per peripheral.
I have a STM32F7508-DK board and I'm using the last version of the STM32CubeIDE and TouchGFX.
I create a project in TouchGFX (or open one of the examples that are there) -> generate code -> open project in STM32CubeIDE -> compile -> run -> works fine.
Now in STM32CubeIDE I want to generate separate c and h files for each of the periphery. I open Device Configuration Tool -> Project Manager tab -> Code Generator -> and select Generate peripheral initialization as a pair of '.c /' h ' files per peripheral -> generate code again -> compile -> run -> doesn't work, black screen on the board. I don't change anything in the code, I only select the option to generate separate files.
Could someone please help me where can be problem?
