STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 376 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
  • 1000 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
  • 991 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
  • 357 Views
  • 0 replies
  • 0 kudos

Bit definition for FLASH_ACR register seems to be wrong

Hello everyone,I have been trying to program STM32F106C6T6 using CMSIS.I came accross FLASH LATENCY programming where i have to configure 2 wait states in FLASH_ACR register.As per Reference Manual, RM0008, I am seeing that value 2 will be used to co...

0693W00000QKgRNQA1.png 0693W00000QKgRIQA1.png