Hi @peterdonchev,It's unrelated, but how did you do that if I can ask?Currently I need two different cmake project one for the MCU code and one for unit tests (local build). CMake cannot handle multiple toolchains, so I solved this with VS Code multi...
I'm not sure where to give feedback for the new version of CubeMX, so I answere here.I noticed that CubeMX will generate a CMakeLists.txt inside stm32cubemx folder, with ${CMAKE_SOURCE_DIR} variable instead of relative path. Which is actually a good ...
I have the same issue with an STM32H743. I need 4ms delay but I would be also interested in a proper solution.I used the post here to setup my project: https://community.st.com/t5/stm32-mcus/how-to-create-project-for-stm32h7-with-ethernet-and-lwip-st...
Also present in CubeF2. As ALABSTM said in your issue, the correct prototype would be the uint8_t* as in the generated main, so actually the stm32fxxx_hal_conf template is wrong.This is fixed in CubeF4.