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! Solution to avoid immediate TIM IRQ in CMSIS.

Hi,I 'm trying to code TIM to count 5s for me using CMSIS. Using the code snippet provided below I got IRQ immediately.RCC->APBENR2 |= RCC_APBENR2_TIM16EN ; // Enable TIM16 clock TIM16->PSC = 16000 - 1 ; // 1 ms TIM16->ARR = 10000 - 1 ; // 10 s = 100...

STM32F2XX + SDIO + FatFs problem

Posted on January 09, 2012 at 10:38Hi, I've a problem with my STM32. I need to use fat filesystem on SD card to read/write/create files. I tried to use Chan FatFs module but it didn't working at all ... I use SD card in SDIO and 4 wires mode. When I...

Resolved! Voltage Regulator in STM32H7 HAL Manual

Hi,I just wanted to mention that its really frustrating that in the STM32H7 HAL Manual, in the RCC Section,1. There isnt a simple step by step guide to setting up the clock config to follow along, like there is for other things like GPIO's. As someon...

Addition Problem

Hi,    I am doing something fundamental and cannot get this thing running.  n =(TIM1->CNT); z= n + 3;   for the first loop cycle 'z' is =3 This is as expected, But as soon as the CNT is increased by 1 the value of 'z' is 4 as shownLOOP COUNTCOUNT...

ZExpo.1 by Senior
  • 2016 Views
  • 8 replies
  • 0 kudos

Bootloader entry on STM32G07x

Hi all, I'm experiencing a strange issue where every once in a while I am unable to enter bootloader on the STM32G0. I have the option bits set correctly and have a hardware push button connected to both nRst and Boot0. I can normally hold the Boot0 ...

Konami by Senior II
  • 1902 Views
  • 4 replies
  • 0 kudos

Resolved! Why do we have to clear Deep Sleep bit after wake up?

Hi everyone,Is anyone can explain the SLEEPDEEP bit from SCB->SCR with more information than the pm0214 stm32 cortex-m4 reference manual?Controls whether the processor uses sleep or deep sleep as its low power mode: 0=Sleep, 1=Deep SleepWhat i want t...

jfcote by Associate II
  • 2323 Views
  • 4 replies
  • 0 kudos