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! Formula for calculating IWDG timeout for STM32F0 series

Which document to refer to find formula for calculating IWDG timeout for STM32F0 series(STM32F0C038 to be more specific)? I have found formulae for other parts which operates on 32kHz LSI and some maximum ratings are also given in the datasheet. Is i...

HardFault_Handler does not work in error injection

Dear all, I am trying an error injection for an STML432KC nucleo board of my own. When program is running, I change the SP value in order to inject a Hard Fault.When Hard Fault routine is called after this error injection, function collapses due to t...

vicfer89 by Associate II
  • 748 Views
  • 0 replies
  • 0 kudos

STM32 on 1.8V - I2C with 3.5 PullUp

Hello,my STM32 is running with 1.8V and is connected via I2C to another chip. The I2C has an level of 3.5V (connected via pullup to 3.5). I now have communication problems. Is there any limitation for maximum voltage for the high level of I2C on STM3...

FHopp.1 by Associate III
  • 1338 Views
  • 3 replies
  • 0 kudos

Resolved! Interrupts and I2C Peripherals

Hello all! My name is Matt and I am a university student studying EE. For school, I recently designed a board with an STM32405RG MCU and BMI088 IMU. Part of the project is gathering data from the gyroscope and processing it every time step. My origin...

MMora.7 by Associate II
  • 4043 Views
  • 8 replies
  • 0 kudos

Resolved! Getting stuck in init functions, but no error handler loop.

Hello!I am writing a program and am still on the code generation phase. I am having a weird issue where the code runs, but gets stuck in the initialization phase for the SDIO (MX_SDIO_SD_Init). If the SDIO is commented out, the program gets stuck in ...

Aaronium by Associate III
  • 1278 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4 TIM1 CC (Capture/Compare) Interrupt happened immediately when it is enabled. How to prevent this from happening?

Hi,I am using STM32G474 Nucleo board and try to use TIM1_CC_IRQHandler. I am using TIM1_UP_TIM16_IRQHandler to check certain conditions and then I'll enable the CC1IE bit in TIM1->DIER register.I configured TIM1 as Center-aligned PWM mode.However, I ...

JY.1 by Associate II
  • 3583 Views
  • 5 replies
  • 1 kudos