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

I2C seems blocked when restarting Debug session

Hi,I have some troubles with my Nucleo STM32F446RE communicating with my MPU6050 IMU over I2C. When powering everything the first time and debug it, it works fine. However, when restarting with exactly the same code, the board fails to start the I2C...

YGail.1 by Associate
  • 1082 Views
  • 2 replies
  • 1 kudos

External Watchdog/BOD circuit for STM32F1/F4 series

Hello,We are designing automotive devices (Trackets,Meters etc) and almost in all of our devices we use external watchdog with integrated BOD function.We faced issues in the past during EMC/ESD tests, where the microcontroller's (AVR) BOD or watchdog...

SProg by Associate III
  • 558 Views
  • 0 replies
  • 0 kudos

RTC on B-L475E-IOT01A.

At evening I set time 18-38-00, got it back, it was OK and left it to run. At morning I see the time 32-59-48. My set-get functionsint RTC_SetTime(uint8_t hours, uint8_t minutes, uint8_t seconds) { if (hours < 24 && minutes < 60 && seconds < ...

Dear all, I am working on FDCAN with STM32G473 and I do not understand the example calculation of the Baudrate in chapter 43.4.7 in the following document RM0440 Rev 2 (en.DM00355726.pdf)

bit time = [NTSEG1 + NTSEG2 + 3] tqAnd in the note With a CAN kernel clock of 48 MHz, the reset value of 0x06000A03 configures the FDCANfor a bit rate of 171 kbit/s.NSJW = 6NBRP = 0 => 1NTSEG1 = 10NTSEG2 = 3How do you get 171 kbit/s by 48 MHzBest Reg...

HUnso.1 by Associate
  • 377 Views
  • 0 replies
  • 0 kudos

Which communication should I use if I want to transmit 2.6 MSPS sampled signal to PC using STM32H743ZI ?

Hi I am currently developing a radar backend system wherein I need to pass ADC sampled data at 2.6 MSPS to PC for post processing. I am stuck to which communication type will be optimal for transmiting such data from STM32H743ZI to PC.

NKarn.1 by Associate II
  • 575 Views
  • 2 replies
  • 1 kudos

I am using STM32F407vg, i wrote a code for ADC while debugging value is not updating no errors as well in the code. i connected a 10K potentiometer to PA0, i checked with DMM no issues. I am adding my code snippet please let me know the mistake.

/* Includes ------------------------------------------------------------------*/ #include "main.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_adc.h"   /* Private variables ----------------------------------------------...

psati by Associate II
  • 528 Views
  • 1 replies
  • 0 kudos