@Michel
For now I switched to pure C (Keil IDE). You can debug programs in RAM without having to reprogram the STM32 (nice feature working on Keil).
The ST released CubeX GUI-based peripheral configuration tool which allows to setup peripheral without deep knowledge about internal registers of the STM32. It simply gererates basic code to deal with clocks, GPIO, etc. You can only focus on your project then.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Michel
For now I switched to pure C (Keil IDE). You can debug programs in RAM without having to reprogram the STM32 (nice feature working on Keil).
The ST released CubeX GUI-based peripheral configuration tool which allows to setup peripheral without deep knowledge about internal registers of the STM32. It simply gererates basic code to deal with clocks, GPIO, etc. You can only focus on your project then.