lucenzo97
lucenzo97
@jwellbelove @wsciaroni I appreciate the effort but it seems the patch won't work due to the following line being shifted **after** version check helper is called: ``` include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/helpers.cmake) ``` Even...
Here's the same setup that works but in CubeIDE. [test-cubeide.zip](https://github.com/user-attachments/files/17486003/test-cubeide.zip)
Tilen, Thanks for insightful tips. Regarding the hardware, given that CubeIDE manages to debug until main on my hardware I'm still convinced there's a way for me to do the...
I have managed to try various speeds from 3300kHz down to 5kHz for GDB communication link. All of them failed. However, if neither of these clock settings would work then...
This issue has been resolved. The problem was the `BOOT0` pin which was set for the MCU to start from bootloader (high state) rather than from main flash (low state)....