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

Best way to implement UART polling packet receiver.

Hi, I'm doing a firmware for a micro STM32F4.The micro is always in an infinite loop in the main(), at the end of each cycle it should check if there are any data on UART buffer, in case there are read all data and continue with the normal infinite l...

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
  • 698 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 II
  • 592 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...

Frequency precision when generating sine wave with DAC

I am currently developing on a NUCLEO-G071RB board and I need to generate sine waves with frequencies in the range 1Hz - 11kHz. My project requires the step between the frequencies to be 1Hz. It doesn't have to be precisely 1Hz but it has to be close...

JMSuckow by Associate
  • 1363 Views
  • 2 replies
  • 0 kudos

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
  • 698 Views
  • 4 replies
  • 0 kudos