Programming

1us
How to precisely measure microseconds with STM32
I received this apparently simply question from a reader of this blog: how can I delay a fistful of microseconds in …

ethernet shield
Adding ethernet connectivity to a STM32-Nucleo
One drawback of the Nucleo ecosystem is the lack of a version with ethernet connectivity or a dedicated shield …

eclipse
Getting started with STM32F746G-DISCO
ST Microelectronics recently expanded its portfolio of STM32 microcontrollers with the new STM32F7 family. These are the …
eclipse
Running FreeRTOS on a STM32Nucleo using a free GCC/Eclipse toolchain
Using a micro like the STM32F4, able to run up to 160Mhz, with 512Kb of flash and about 100k of RAM, without using an …

Conditional breakpoint while debugging STM32
It's a really common situation when working with hardware (especially while debugging asynchronous events): to stop …