STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 982 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
  • 356 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

Bidirectional GPIO Functionality

I need to integrate an STM32G071RBT into an existing design with a parallel bidirectional data bus. Based on section 7.3.10 of RM0444, I believe I should be able to do this by configuring my GPIO as open drain. In this configuration, if an external...

SHobb.1 by Associate II
  • 1128 Views
  • 2 replies
  • 0 kudos

Why are basic peripherals not working in sleep mode?

Hi I am using stm32l452RC for my project. When I put the MCU to sleep using  HAL_PWR_EnterSLEEPMode(PWR_MAINREGULATOR_ON, PWR_SLEEPENTRY_WFI) all my general purpose timers are not running. I use  HAL_SuspendTick() before making the MCU go into sleep ...

RAnan.3 by Associate III
  • 756 Views
  • 4 replies
  • 0 kudos