STM32 MCUs Products

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
  • 351 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
  • 489 Views
  • 1 replies
  • 0 kudos