Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, as the title asks. On my STM32F767 Nucleo board, there is an Op Amp U7 (TSV631AILT) that buffers user LD1 connected to a pin (either PB0 or PA5). What is the purpose for this? I'm sure it's obvious but it's not standing out to me and there's no ...
I'm trying to establish communication between a Raspberry Pi and an STM32F407. The Pi is Master and the F407 is a full duplex slave. The SPI is configured with circular mode DMA. When the data is sent from the Pi, I do receive it at the F407. However...
HiHow to read in STM32F746G-DISCO FLASH for a specific address?
Hi, I am new to this STM. I am working on a touch sensor project. I need to use 4 touch buttons. I am having an STM32F051R8Tx board. how to read those touch buttons. Please help me.
32.768KHz的�?起振,�?�尔会有32K的频率,这个晶振主�?是给内部的RTC使用的,负载电容�?�大�?�?��?都试了�?行。
Hi,Hope everybody is doing great !I am trying to have quectel M66 2G modem running along with our application running on L476RG. I found the celluar package from ST for B96 modem and could integrate it to our application and it has all the features w...
Hi,I am having problems measuring accurate temperatures with the internal temperature sensor of the STM32L011D4P7 over the full device temperature range of -40 °C to 130 °C.What I did: Measuring the temperature as described in the Reference Manual (R...
Hello,So I want to add RFU or OTA to my code as a feature. I saw an rfu source code to one of the expansion of STM32, however it is disabled. I tried to enable it by defining RFU but somehow there are missing files such as se_def.h and se_interface.h...
Hi, I am new to this STM32 development. I am using STM32F051R8Tx board and STM32CubeIDE. I want to read the push button for long press and short press how to do this?