2019-12-08 12:11 PM
CubeIDE 1.0.2 deb linux.
IDE see STlink.v2, I sucessfully upgraded it.
When I click on build (checked debug or release) project builds without errors but it dont flash target.
Only once it flashed my board (disco f407vg) when messing with debug configuration (checked - release), but really dont know how to replicate this.
I will prowide more info (screenshoots) if needed.
Solved! Go to Solution.
2019-12-08 01:17 PM
> When I click on build (checked debug or release) project builds without errors but it dont flash target.
Build builds only, this is expected. To flash, use Debug.
For troubleshooting you can use STM32CubeProgrammer tool and see if you can read/write the flash from there.
2019-12-08 01:17 PM
> When I click on build (checked debug or release) project builds without errors but it dont flash target.
Build builds only, this is expected. To flash, use Debug.
For troubleshooting you can use STM32CubeProgrammer tool and see if you can read/write the flash from there.
2019-12-09 07:20 AM
Thanks. It works just fine. Project -> Clean -> Build (debug) -> Run -> Debug as MCU