STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer2 is 2 times faster Stm32f107

Hello,As you can see, based on datasheet, the input frequency of Timer 2 is 36Mhz. I have attached 25Mhz crystal to my MCU and here is clock and timer configuration. I need to have 30mS interrupt but I get 16mS.void CLOCK(void){ RCC_HSEConfig(RCC_HS...

0690X00000AqqqcQAB.png
parisa by Senior
  • 452 Views
  • 2 replies
  • 0 kudos

Resolved! COMPx_OUT as a retriggerable monostable output

Hi, I am using an STM32L4 MCU and I need to make the COMPx_OUT acting as a retriggerable monostable output. ​I know I can use timers as blinking source for COMPx_OUT, but this would not help, and as far I understand, the only way to solve my problem ...

simo zz by Senior
  • 376 Views
  • 1 replies
  • 0 kudos

STM32G070 Internal RTC Wake Up Interrupt hangs. After few iterations rtc wake up interrupt is hangs. Help will be appreciated.

  if(low_power_mode == 1)  {    standby(10);    HAL_RTCEx_DeactivateWakeUpTimer(&hrtc);      }void standby(int seconds) { /* Clear all related wakeup flags*/  __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WUF2);  rtc_set_wake_up_timer_s(seconds); HAL_PWR_Enter...

QUADSPI indirect-read only

Chip: STM32G474I have a ADC chip that offers SPI-compatible interface, it could achieve below functions in picture.I tried use QUADSPI to achieve that without instruction, address, alternate, dummy, but only DATA with indirect-read mode, but couldn't...

0690X00000AqrviQAB.png 0690X00000AqrvxQAB.png

How to include arm_math in h745 dual core project

Hello, I'm trying to use arm_math.h in the m4 core of an stm32h745, but i get a bunch of really weird errors that seem to indicate that somehow the project configuration is wrong? I set the project properties to Debug_CM4 ( active ) and define CORE_C...

RMcCa by Senior II
  • 415 Views
  • 4 replies
  • 0 kudos