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

Resolved! SPI6 using BDMA Tx not working

I am trying to make SPI6 work with BDMA I see that transfer completion flag set in BMA ISR but SPI registers i don't see EOT bit set. I don't see any data coming from MOSI line of SPI6. Please help me know what is going wrong. There is no error set i...

SHebb.1 by Associate II
  • 2855 Views
  • 7 replies
  • 1 kudos

STM32f407vgt6 connect with via FSMC Micron NAND flash

Hello everybody! Need help please, I want to connect (micron MLC Nandflash) to (stm32f407vgt6) by opening CubeMX configure (RCC HSE 8mhz), I include FSMC (NAND flash1, chip select 8bit) but I can not understand how to configure (common space timig) a...

RMyra.1 by Associate
  • 525 Views
  • 0 replies
  • 0 kudos

Resolved! Timer counter does not stop when it reaches the ARR value

Hi,I am developing a program with the nucleo STM32G474RE that passes the ARR,CCR1,CCR2 values to TIM2 after some measurements made with another general purpose timer.However something weird occurs since when I look at TIM2 registers the ARR,CCR1,CCR2...

0693W00000QKjjyQAD.png
Tommino by Senior
  • 1154 Views
  • 3 replies
  • 0 kudos

LL DRIVERS SET ONE PULSE MODE

I'm trying to generate 3 pulses using the One pulse Mode on the TIM1 with the LL drivers. I'm using an STM32F401RE.I only get one pulse regardless the value I set for the repetition counter. I have done lot of research on the internet but I couldn't ...

SKoal.1 by Associate
  • 1197 Views
  • 2 replies
  • 0 kudos

Why do my ADCs channels read the same signal within a sequence of regular conversion while the pins are not linked? (STM32H747)

void ADC_Init(void) { /*******************Horloges**************************/ SET_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_SYSCFGEN_Msk); //SYSCFG clock delay(1000); SET_BIT(RCC_C2->APB4ENR, RCC_APB4ENR_RTCAPBEN_Msk); //RTCAPB clock delay(1000); ...

0693W00000QKk1nQAD.png
HTess.1 by Associate III
  • 402 Views
  • 0 replies
  • 0 kudos