library and example experience comparible to the Arduino IDE
I had my first introduction to the STM32Cube and ST MCUs ecosystem and i'm trying to create applications that go further than blinking a led.
In the Arduino eco system, when playing with stepper motors, an SPI temperature sensor or even ethernet stuff, you can easy and quickly click file>example>...; by selecting your Arduino board and clicking on play; within 5 minutes everything works.
Behind the scenes, Arduino does all the library stuff making it transparent.
Does the STM32Cube ecosystem also has this experience?
Can I, for example, quickly get multiple stepper motors going (compatible with the Arduino stepper library), or quickly get a DS18xxx temperature measurement?
Or do I have to browse GitHub, hoping to find a person that posted a plausible solution that might require a significant effort to get that code running for my nucleo board?
Not trying to sound negative on effort:) but maybe I'm missing some essential button or widget.
If you are trying to get a prototype up and running on a quick and dirty basis, is moving away from Arduino a good solution?
I'm probably not the only person trying to get a stepper motor to run or a temperature readout on a nucleo, fast.
Is there a consolidated, almost 'standard' library repository for these kind of applications (not the HAL/CMSIS but more focused on applications).
thx!