STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Typical pull-up resistance value

Hi, Greetings @Peter BENSCH  I am using STM32G431MB controller in my project. I am configuring PB4 as my General purpose Input pin. Ports PB5-PB9 as well as PC8,PC9, PA8 and PA9 are assigned as General purpose outputs connected to Analog HART Mux. In...

DFSDM in STM32F412CEUX

Dear STI am using an STM32f412CEUX(UFQFPN48) STM32f412CEUX's the PB1( DFSDM_DATAIN0) and PB2(DFSDM1_CKIN0) of STM32f412CEUX is connected digital Microphone I want to get audio signal through STM32f412CEUX's DFSDM Block But I can not find DFSDM1_CKOUT...

hongjo by Associate II
  • 2287 Views
  • 4 replies
  • 1 kudos

SSD1306 stop working while DMA Mode enabled to read ADC.

I am trying to read 4-20mA Transducer using ADC and DMA Enabled. Normally OLED works fine. But when i enabled DMA, OLED is blank. What could be wrong ?   int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration-----...

asking by Associate III
  • 1873 Views
  • 1 replies
  • 0 kudos

How to configure FIR filter in FFT USING NUCLEO-H745ZI

Hello Team,I'm trying to configure FIR filter in FFT in one point I am getting grab data every time in every call back collecting 1024 data and process to arm_fir_f32(); Function, is there any code related to this FIR filter in FFT.PFA code and sin w...

ggowd.1 by Associate III
  • 3562 Views
  • 3 replies
  • 0 kudos

STM32H7 Internal Flash Error

I'm having trouble reading/writing to internal flash on an STM32H743XI. For a while I've been erasing/programming sectors of internal flash from a custom bootloader without issue but I somehow got the chip into a state now where 4 sectors can no lon...

0690X0000088V9vQAE.png
cameronf by Senior
  • 12063 Views
  • 20 replies
  • 3 kudos

Checking received Value from st ble toolbox app

HelloI have watched the lab about stm32wb55 where the board receives any event from the smartphone app and toggles the onboard LD2. Now i want to make mine specific by checking for the received value and only toggle the LD2 if its a 1 and only turn i...

PMato.1 by Associate II
  • 869 Views
  • 0 replies
  • 0 kudos

Resolved! stm32h7 fastest gpio read using DMA

I would like read the gpio lines at fastest speed. As example it is possible to read first 4 ports by reading:uint16_t ports0123=GPIOC->IDR&0x000F; (it is very fast, takes 28 tics)It is possible to read ports GPIO_PIN_0-15 by connecting GPIOC->IDR to...

JLope.11 by Associate III
  • 1867 Views
  • 2 replies
  • 1 kudos

Resolved! How to use SPI in other .c

Hi everybody, Actually I start a new project with a ST7567 driver for LCD 128x64. I have create my project with CubeIDE . CubeIDE generate my code in the main.c  like this :    /* Private variables ----------------------------------------------------...

JJoao.1 by Associate III
  • 5784 Views
  • 10 replies
  • 3 kudos

STlink-V3Set Low Voltage Error; Failed on OpenOCD init

HI!I am trying to program a custom STM32F446 Board using the SWD connections on the board. When trying to flash the custom board I receive the following error on OpenOcd:   xPack Open On-Chip Debugger 0.12.0+dev-01312-g18281b0c4-dirty (2023-09-04-22:...

Liferafter_0-1712882213965.png thumbnail_IMG_3594.jpg

Resolved! STM32C011 nRST Problem

Hi,I started working on STM32C011J4.Systick, PWM, ADC, GPIO works just fine. Set pin4 to NRST_MODE 2 via STM32CubeProgrammer (v2.15.0) as GPIO. MCU gets stuck at reset if pin4 is low at power on reset. After applying 1.4V or higher to it momentarily ...

TKana.1 by Associate III
  • 5759 Views
  • 8 replies
  • 3 kudos