Software Using:STM32CubeMX 6.11.1STM32 VS Code Extension v2.0.1STM32CubeCLT 1.15.1TouchGFX 4.23.2Visual Studio Code 1.89.11, 2, 5 always auto update itself.Hardware Using:MCU: STM32F411CEUBoard: A third party development board, "BlackPill" to be spec...
I'm using STM32CubeMX and Visual Studio Code.After generating a CMake project with X-CUBE-TOUCHGFX selected using STM32CubeMX, I then go to the .part file to create a UI, but when I click Generate Code it shows this error: Generate Code
Generate...
Recently I need a power supply that supports outputting 300VDC, 250VDC, 150VDC and a combined power of 50W, the input could be AC or DC, I tried eDesignSuite but no result matched my need.
I'm trying to build TouchGFX with STM32 using VS Code and is able to archive build pass using https://github.com/MaJerle/touchgfx-cmake-vscode-stm32-simulator , However, I never tried building standalone TouchGFX project nor simulator.I encountered s...
Thank you, I actually found that tutorial, but my ultimate goal is to build with an stm32 project and flash it to a costume board, so it's not quiet fit and needs investigating.Now my question is becoming more like "How to Set up TouchGFX With STM32C...
OK, thank you for your help, now I disabled post cmd and it generates without problem, and indeed, when I try to build it complains a lot about "No such file or directory", so how should I modify the cmake config files?