2022-01-31 06:15 AM
Hi all,
I've installed STM32CubeIDE, STM32CubeMX plus STM32CubeProgrammer. As well as, I've written a simple C++ project to blink the LED of my STM32NucleoF411RE board when it's connected to my Windows machine, as my first embedded programming project. Moreover, I'm able to write a typical piece of code in C++ to output a result, just like console applications, and observe that output on the IDE too. I've done these based on self-education and must make progress this way yet.
What do you suggest that I work on as the second project/example/exercise to be a little more advanced than what I did via my board, please?
Thanks in advance.
2022-01-31 06:26 AM
There are so many choices...
You might get some ideas by browsing board vendor sites like Adafruit, Sparkfun, ...
hth
KnarfB
2022-01-31 06:54 AM
Get the ST-Link VCP working.
2022-01-31 08:40 AM
Thank you for your answers.
Let me please before all else tell you of all the embedded stuff I have at hand for embedded programming:
Now please tell me which of the projects above is the simplest one which can be done using the embedded stuff above?
That will be my second embedded programming ever, after blink LED project.