Question
Which tool can generate the code to initialize pins and clocks on STM8S103?
I used STM32 version of Cube MX and it was able to generated (a bit boated) peripheral and clock configuration code. I expected same from STM8Cube but it generates only a nonsense reports (which could be also created manually). While this tool is useless, is there any other tool or IDE which can generate the initialization code automatically? (don't suggest Arduino).
