Generating 32-bit STM32 Unique ID
Check out this article on shortening the 96-bit STM32 UID to a more usable 32-bit STM32 unique ID. Read more on how to efficiently hash the UID while keeping it unique. Includes example code C code.
Check out this article on shortening the 96-bit STM32 UID to a more usable 32-bit STM32 unique ID. Read more on how to efficiently hash the UID while keeping it unique. Includes example code C code.
Using Winbond W25N01 with ESP32 and STM32 can be tricky given how much it differs from regular NOR flash like W25Qxx.
Here is a tiny, low power and accurate I2C sound level sensor module for Arduino, ESP32, and others. Read sound level in A-weighted decibels.
This article contains code and documentation for interfacing the PCB Artists ZMOD4510 module with STM32 MCU to read outdoor air quality index.
Adding a C callback within TouchGFX is easy. In this example, we go through the process of calling a C function when a button is pressed.
A hard fault with STM32 and FatFs is common when STM32 CubeMX or FreeRTOS are not set up correctly. Here are some solutions that work!
STM32 audio tutorial (part 2) goes over I2C setup and communication with the audio codec module to initialize it and set up audio playback.
A quick solution to error “undefined reference to function” in STM32 CubeIDE or any other STM32 development IDE.
Debug printf for STM32 can be a useful tool to print out system logs without using UART when SWO output is used. Here is a tutorial for SWO.
MCUs like STM32 and i.MX RT1050 series have a 24-bit parallel RGB interface for displays. RGB to MIPI DSI converters allow DSI displays.