STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C is not sending a repeated start

Hello. I encountered a problem. I have an STM32F103C8T6 controller and I am trying to implement I2C communication using interrupts. The problem is that when I need to send a repeated start, it doesn't happen. ITBUFEN interrupts are disabled, I only u...

RSolo.1 by Associate II
  • 794 Views
  • 2 replies
  • 0 kudos

Resolved! wrong UART interrupt is getting fired

I am using UART to transmit and receive data. for transmitting I am using polling method function HAL_UART_Transmit(&hart1, buf, 8,1000) and for receiving i am using HAL_UART_Receive_IT(&hart, Rx_buf,8); receiving is working fine but after transmitti...

Anwar.786 by Associate II
  • 2599 Views
  • 17 replies
  • 0 kudos

UART escape sequences? NUCLEO-U575ZI

Hello everybody! I want to implement a simple UART debug/diagnose tool for my application, using UART on NUCLEO-U575ZI -> Termite or whatever other PC terminal program. Could please someone help me with a link to a list of escape sequences that I ca...

Skfir by Senior
  • 1192 Views
  • 6 replies
  • 0 kudos