Well, once you get the IDE running, it goes like butter.
The STM072 gave me errors when I tried to debug, in all IDEs! While the 103 worked fine
So it was a PITA to figure out what the problem was, every time.
Like we say in Spain, translated is like "hitting the blind", you feel but don't know why or where!
Like Windows in the old days, crashing very, very often, but without blue screen, just a red led of death lol.
Then I found that the SPI DMA copuldn't be active when enabling some parts of the initialization process.
Then, suddenly SW4STM32 crashed, lost all the build configurations, couldn't make, debug, program...
I said few not so pretty things, deleted SWSTM and installed again stmcubeide...
Guess what? It imported the bugged project perfectly! Just minor errors because I had to add few include paths. And even debugs!!
Now its working with DMA assisted display, which updates almost asynchronously, so now it really goes fast!
Now I put back the stm072 in its board (lucky survivor, I soldered/desoldered it at least 5 times, all pins are doing well still), and I'll go with the ADC now.
It reads ok, but the factors are totally off.
And!!! I fixed everything in the code to be CUBEMX friendly, so now you can touch any settings of a GPIO, ADC, Timer... And keep everything nice and happy!
That was a big part of the trouble too...
By the way, I found some source codes for the STC T12 irons, they are very much like baseline pics, 16fxx and so, few instructions and a delight to program without loosing 200 hairs per hour.
However I'm not aware how the ICSP programming goes.