2020-02-16 09:14 AM
I am in the steepest part of the learning curve for C programming and am experiencing typical frustrations. I can't get "Hello World" to run at this point. I appreciate your patience. I have just ordered the Ritchie Kerighan book and another on STM32 programming.
2020-02-16 09:48 AM
The embedded "Hello, world" is loopdelay blinky.
ST's tutorials you mention are probably older than the CubeIDE, that's why they can't recommend it.
What board are you using?
JW
2020-02-16 10:08 AM
STM32CubeIDE is relatively new, and derived from Atollic. Tutorials and videos tend to be a trailing edge priority, expect more as the tool matures. Most toolchains do materially the same thing, if you understand one well you can leverage that into others.
A lot of us got here after learning C first, and could make a determination of what features of an IDE are actually important to success.
2020-02-16 10:08 AM
Thank you for your reply. You just saved me hours of frustration. I have a Nucleo 64 with the STM32F401 with an X-Nucleo-1KS01A2 Motion MEMS expansion board.
2020-02-16 11:14 AM
> You just saved me hours of frustration.
@SGill.1 Don't worry, frustration only begins ...
Have a look at a more modern C book, 21st Century C.
For learning STM32, find a more specific book, something like this one
-- pa
2020-02-18 04:14 AM