Guys I’m trying to implement the SPI in my stm32 Nucleo l476RG without hal drivers. I have have implemented the spi configuration using spi_init function then when it ready for […]
I am using the Arduino IDE to program an STM32 Blue Pill via an ST-Link V2. After following several manuals, I successfully uploaded the blink example to pin C13.Although I […]
I’m working on a project where I want to execute code from internal SRAM on an STM32F103 as an exercise. My goal is to write some THUMB assembly by hand, […]
I’m developing an air quality monitoring system on an `STM32F746` using `TinyML`. The system uses a temperature, humidity, and gas sensor to predict the Air Quality Index (AQI) via a […]
Iām using the STM32 NUCLEO-F401RE microcontroller and have programmed a speaker to change frequency when the joystick is pushed up or down. However, Iām encountering two issues: 1. The frequency […]
I am using an STM32 Nucleo-F446RE with the Ethernet Wiznet W5500 via SPI. The SPI is configured as Master, CPOL = Low, CPHA = 1st Edge, 8-bit data, BaudRatePrescaler = […]
I am working on reading temperatures from multiple DS18B20 sensors connected to a shared 1-Wire bus on an STM32 NUCLEO-F103RB board. The sensors operate in parasitic power mode, with a […]
I’m programming an STM32 NUCLEO-F207ZG board and trying to output a PWM signal on pin PE_9 (D6) to drive an LED. I’m using low-level register programming (no HAL/LL drivers). However, […]
I am new to STM32WB15CC and am using the STM32WB15CC NUCLEO board. I successfully ran the BLE example `p2pserver` on my board, where the device is discoverable, and I can […]