STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 uart interrupt stops working after ~1 hour

I am using an STM32L073 chip. I have 2 UARTs but only the huart1's receive is using interrupts. I start the Rx interrupt at start-up and then the interrupts are being set at the end of the interrupt function. (see code below)My issue is that after ab...

VWied.1 by Associate III
  • 5343 Views
  • 8 replies
  • 0 kudos

Hi, i have a problem with my Hardware Flow Control on my STM32F103RBT6. I send a UART Signal with Polling but the STM neither sets the Signal on the USART Tx Pin nor does it set the RTS Pin. Please help me to find a solution. Thank you!

The STM does send the Signal if i set the RTS Pin on high level per software:USART2->CR3 |= 0x0100; //RTSE->1The Problem is i use a three state Buffer Line Driver (74HC126D) in order to enable transmitting or receiving but the RTS Pin from the STM is...

SJank.3 by Associate III
  • 2656 Views
  • 5 replies
  • 0 kudos

I need design "CAD" resources for STM32F205

Hello,Recently I moved a design to the STM32L552 because I wanted an extra layer of security and protection for my IP. Also, the device has some new features that I plan to adopt in the new design, like the DMAMUX. On the other hand, it's been a whil...

Zaher by Senior II
  • 481 Views
  • 2 replies
  • 0 kudos

Resetting CNDTR for UART DMA method

I'd like to set the counter of huart2.hdmarx->Instance->CNDTR;To reset the buffer index.How is this done?nevermind. The peripheral required disabling first it seems.huart2.hdmarx->Instance->CCR &= ~DMA_CCR_EN; // disablehuart2.hdmarx->Instance->CNDTR...

d4 by Associate III
  • 2192 Views
  • 1 replies
  • 4 kudos

STM32 always send CAN data frame

I try tu send CAN REMOTE RTR frame but MCU always send DATA FRAME txtype.RTR = CAN_RTR_REMOTE; txtype.IDE=CAN_ID_STD; txtype.DLC=0; HAL_CAN_AddTxMessage(&hcan, &txtype, txData, &TxMailbox);result 0x022;0; not 0x022;Remote ...

MSkor.1 by Associate II
  • 412 Views
  • 0 replies
  • 0 kudos