2019-02-28 09:57 AM
The starter microcontroller is STM32L041F6P7, and the application is a wireless sensor module (868Mhz, Fire / Water Leak / Gas Leak / PIR Sensors)).In the future microcontrollers can be used are STM32L053R8T6 or STM32L152RBT6.
2019-02-28 10:05 AM
Step#1 Don't pick the most complicated one to install and configure?
With Open Source expect to own all of the support costs.
Keil and ST have a free license for Cortex-M0 parts, probably the least complicated, just works approach.
http://www2.keil.com/stmicroelectronics-stm32/mdk
At the end of the day IDE's are mostly about personal likes/dislikes in the presentation, usability and development process.
2019-02-28 10:25 AM
Thanks very much Clive Two.Zero for the quick answer. Is it possible to use graphical programming (similar to Visuino) in the STM embedded systems? If I turn to Atollic IDE, will it be possible to use them for more professional applications?