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! Stm32f407 Filter configuration for CAN

HICan you tell me how to configure filter to accept only ID 202 to 205 .CAN_FilterTypeDef sFilterConfig; /* USER CODE BEGIN CAN1_Init 2 */ sFilterConfig.FilterBank = 0; sFilterConfig.FilterMode = CAN_FILTERMODE_IDMASK; sFilterConfig.FilterScale = CA...

Ash1 by Associate III
  • 161 Views
  • 6 replies
  • 0 kudos

NUCLEO-U575 CAPTURE FAIL, is it a silicon level bug?

For the Nucleo-575ZI-Q, while in stop mode 2, I have the capture module enabled, I set CH1 IO Usage as input.A square wave generator connected to PC1->LPTIM_CH1.While the Micro is in stop mode 2 an indeterminate number of pulses trigger successive ca...

dhs_0-1728412991039.png dhs_1-1728413010046.png
dhs by Senior
  • 1863 Views
  • 13 replies
  • 1 kudos

Problem with ADC2 self-calibration in dual mode

Hello ST experts,Recently, I was developing a project with STM32H750I microcontroller, I faced a problem with ADC self-calibration HAL function (HAL_ADCEx_Calibration_Start)!I configured ADC1 and ADC2 in dual simultaneous mode + DMA + Timer with sync...

Resolved! STM32G0 Minimum EXTI Pulse Width

Hi Folks,I'm working with an STM32G0B1MCT6. In my application I need to be able to react to pulses with a width of about 5 ns. It seems the only way I could pull this off is with the rising edge detection in the EXTI controller, or some additional ex...

gdbeatl by Associate
  • 175 Views
  • 4 replies
  • 3 kudos

Resolved! I2C Bootloader Slave address

Hi,I’m working on the STM32G491 series. In my current project, the STM32 is configured as an I2C slave and communicates with another processor over I2C.When entering bootloader mode for flashing, the STM32 responds with the slave address 0x5F, which ...

abhijith_raj_0-1750410440146.png

Resolved! Can I2C pins be in different ports?

Hi,I’m currently implementing I2C in slave mode using the STM32G491 series. Due to pin constraints, we’re considering using SCL and SDA pins from different GPIO ports—for example, SCL from port PA and SDA from port PC. Is it acceptable to assign I2C ...

Resolved! Possible risks of voltage drop in VDD of STM32F3

Hi !I am evaluating the risks associated with STM32F3, where I am speculating a case where the voltage drops in VDD for few microseconds. For an example, let us assume the voltage drops from 3.3V to 3.0V for few microseconds. This occurs every x ms (...