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

WDT

Hello,I am working with STM32F4 family.I want to add WDT mechanism to my application as a "safety belt"I already have devices released for customers, so my question is :Is it safe to add the WDT mechanism to my application but not to the bootloader? ...

AA.10 by Associate III
  • 604 Views
  • 1 replies
  • 0 kudos

STM32F103C8 and MPU 6050 I2C connection problem

I'm trying to read temperature data in realtime , here is my code#include "stm32f10x.h" #include "LCD.h" #include "MPU_6050.h"   void I2C_init(void); void I2C_write(uint8_t devAddress, uint8_t regAddress, uint8_t data); void I2C_read(uint8_t devAddr...

DAlat.1 by Associate II
  • 678 Views
  • 1 replies
  • 0 kudos

Resolved! UART/USART - enable HDSEL and SWAP at the same time?

Hi All,Could anyone tell me what happens on an STM32H750 (or other STM32) UART if you enable both the HDSEL bit (half-duplex mode using only the TX pin) and the SWAP bit (switch TX and RX pins) at the same time? Will this get me a half-duplex UART us...

evan2 by Associate II
  • 3124 Views
  • 10 replies
  • 1 kudos