Several people are reporting me issues with the latest 2.26.16 firmware update for the ST-LINK interface of their Nucleo. After flashing the ST-LINK 2.1 interface with this firmware release, the …
STM32
-
-
Finally the totally new Nucleo-F746 is in my hands! This is the first development kit of the Nucleo-144 line from ST, and I’ve to say that probably, at that street …
-
ST has recently released the new STM32CubeMX 4.12.0. It faces some minor changes to the user interfaces but, more important, it now seems to work perfectly also on MacOS X …
-
STM32
How to quickly import a STM32CubeMX project inside an Eclipse project
48 comments 5 minutes readI’ve implemented a faster way to automatically import CubeMX project into an Eclipse tool-chain based on the GNU ARM Plugin, as described either on this blog and in my book. I’ve implemented …
-
[box type=”warning” align=”” class=”” width=””]Read carefully This post is outdated, since the latest CubeMX 4.14 officially supports both Linux and MacOS. So, you no longer need to apply the instructions …
-
ElectronicsProgrammingSTM32
How to precisely measure microseconds with STM32
16 comments 9 minutes readI received this apparently simply question from a reader of this blog: how can I delay a fistful of microseconds in STM32? That is, how to measure microseconds precisely in STM32? …
-
ElectronicsProgrammingSTM32
Adding ethernet connectivity to a STM32-Nucleo
25 comments 24 minutes readOne drawback of the Nucleo ecosystem is the lack of a version with ethernet connectivity or a dedicated shield officially supported by ST. There are 90 different STM32 MCUs available that …