STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 620 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
  • 2765 Views
  • 10 replies
  • 1 kudos

Do you know STM32 Step-by-step ?

Hi all! We have created for you a new online-education program: STM32 step-by-step. It is a learning program, part of the STM32 Education initiative, designed for anyone interested in getting started on building projects with the STM32 microcontrolle...

I'm sorry for my bad english! I am trying to use stm32f103c8 board uart 9600 9N1. I am sending 9 bits of data. but I am missing 9 bits of data. How can I read 9 bit data? It does not matter binary or hex, but I am trying to read 9 bit data completely.

I am trying to create an MDB / ICP (VMC) library for stm32f103 and I need to read and write 9600 baundrate 9N1 features! but hal_uart_receive () function gets 9 bits of data wrong! can you help me?

ismettkn by Associate
  • 609 Views
  • 1 replies
  • 0 kudos

Pausing a STM32 TIMER

Hi, I am using the STM32F401RE microcontroller to control 4 seven segment displays which together represent a countdown timer.In order to control the displays I am multiplexing and therefore using the general purpose TIMER 2 in interrupt mode for a f...