STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Usart idle interrupt question

Hello,When I enable usart idle interrupt function on stm32g071rb, it fires the interrupt immediately even there is no communication on the bus.I debug use cubeide and IAR. The results are the same.When UE bit in USART_CR1set to 1, the IDLE bit in USA...

PZhou.1 by Associate II
  • 1335 Views
  • 6 replies
  • 0 kudos

STM32's SPI tries to receive 32 bits of data per 1 NSS.

STM32 and IC are connected by SPI.Tx is connected to SPI2, Rx is connected to SPI3, and communication is successful.However, since the IC outputs 1NSS per 32bits, the first 16bits can be received, but the latter 16bits are not.After receiving the fir...

0693W000003OaCmQAK.png
YHAN.1 by Associate II
  • 971 Views
  • 5 replies
  • 1 kudos

Resolved! STM32F103C8 Trace: No Synchronization

Hello everyone, I hope you're well and safe. I'm working with the STM32F103C8T6(BluePill).ST-LINK V2 as programmer and hardware debugger. Keil µVision MDK-ARM V5.STM32CubeMX.I'm trying to debug a simple application with the printf() functionHere's t...

0693W000000W3vTQAS.png 0693W000000W3vOQAS.jpg 0693W000000W3wvQAC.png 0693W000000W3x0QAC.png

Resolved! SPI half-duplex example

Hello, I would like to know if there are any special tricks to SPI half-duplex mode. As far as I know the configuration is done normally with only the direction as 1 line. Can anyone point me to some form of an example for setting up the SPI in half-...

FBoth.1 by Associate III
  • 5927 Views
  • 8 replies
  • 1 kudos

STM32F769i-DISCO and custom display

Hi,i would to ask for an advice. I am working on display for electric motorcycle. I have STM32F769i-DISCO and Winstar display WF50DSYA3MNN0. Display and kit are connected through converter board (40 pin to 60 pin). I am planning to develop UI through...

JPeča.1 by Associate III
  • 293 Views
  • 0 replies
  • 0 kudos

How to stop receiving UART data with DMA.

Hi allI'm triying using DMA to receive UART.But the number of UART data is depending on the situation.So I want to set a CNDTR register with margin.I was wondering that I can stop DMA before CNDTR is zero.When DMA Enable bit is cleared, it seem that ...

HYosh.2 by Associate II
  • 965 Views
  • 6 replies
  • 0 kudos