[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 …
Electronics
-
-
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 …
-
ST Microelectronics recently expanded its portfolio of STM32 microcontrollers with the new STM32F7 family. These are the new best-in-class MCUs from ST, with a Cortex-M7 core able to run up …
-
ElectronicsProgrammingSTM32
Running FreeRTOS on a STM32Nucleo using a free GCC/Eclipse toolchain
41 comments 24 minutes readUsing a micro like the STM32F4, able to run up to 160Mhz, with 512Kb of flash and about 100k of RAM, without using an operating system is a nonsense. Although …
-
It’s a really common situation when working with hardware (especially while debugging asynchronous events): to stop execution while debugging only if a given event occurs. This is also called conditional …
-
ElectronicsSTM32
Build STM32 applications with Eclipse, GCC and STM32Cube
98 comments 21 minutes read[box type=”info” align=”alignright” class=”” width=””]Please, read carefully. Thanks to the feedbacks I have received, I reached to the conclusion that it’s really hard to cover a topic like this one …