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

Hi, I'm trying to figure out why my basic timer interrupt on the STM32H7B3x dev board isn't working as expected. It seems to be triggering more often than I expect depending on when I clear the flag within the interrupt.

I am using the STM32H7B3LI-DK dev kit and want to use a simple timer with an interrupt. Using the most basic function, I've added a variable that simply increments within the interrupt. The timer is configured to hit the preloaded value at approx 1ms...

SThom.6 by Associate II
  • 2150 Views
  • 9 replies
  • 0 kudos

How to use function in main.c I want to make function about operate state. using interrupt! Plz check my main code. and check my error. Error[Pe065]: expected a ";

/* USER CODE END Header */   /* Includes ------------------------------------------------------------------*/   #include "main.h"   #include "usart.h"   #include "gpio.h"   #include "stm32h750xx.h"   #include "ESP32.h"   #include "stm32h7xx_hal_uart....

wwgww by Associate II
  • 1114 Views
  • 3 replies
  • 0 kudos

configure master/slaves timers on stm32f746

Hi, tell me, please. On stm32f746, tim3 is configured in encoder mode and works as a master for Timers 2,4,5,1,9. All Slave timers are in external clock mode 1, trigger source in accordance with the table:Tim2 - itr2Tim4 - itr2Tim5 - itr1Tim1- itr2Ti...

VKyri by Associate
  • 409 Views
  • 0 replies
  • 0 kudos

I want my STMF103RE based system to sit in Stop Mode and then wake up when a CAN message arrives, do something about it, and go back to Stop Mode.

 I want my system to sit in Stop Mode and then wake up and receive and process a CAN message when one arrives.     The code I generated for setting up the system includes: RCC->APB1ENR |= ( 1UL << 25);     /* enable clock for CAN -- Note: MCBSTM32 us...

HHeet.1 by Associate II
  • 1124 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L496VET6

Hi There We need this stock STM32L496VET6. Please help us out,

UChan.2 by Associate
  • 482 Views
  • 1 replies
  • 0 kudos

Resolved! Hello, I'm working with the STM32L031K6T and I'm going to stanby without RTC and waking up the MCU with the A0 or A2 without problems, but for the application I need to know which PWR_WAKEUP_PIN was used to wake it up.

Its possible to get a flag after standby mode? The signal used to wake up the mcu will remain a lot or time, so I can read it before the waking up, so maybe changing the configurtaion of the pins to normal GPIO?No idea how to solve it and I'm new in ...

APrud.1 by Associate II
  • 897 Views
  • 6 replies
  • 0 kudos

How to configure FDCAN1 with multiple RX filters?

I am using STM32G4 which allows 28 standard ID filters and 8 extended ID filters. This is from the Classic Frame Networking example:/* Configure Rx filter */ FDCAN_FilterTypeDef sFilterConfig;   sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilter...

DLin.3 by Associate II
  • 585 Views
  • 0 replies
  • 0 kudos