STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How do you start DMA with interrupts? huart4.Instance->CR3 |= USART_CR3_DMAT; HAL_DMA_Start_IT(&hdma_uart4_tx,(uint32_t)msg, (uint32_t)&huart4.Instance->TDR,len); Works the first time, but if you change msg and len it repeats first case.

I need the callback, to clear the cb4.DMA_Active flag and update a pointer when it finishes. I cannot step through it because it starts sending data over and over as I step through it and does not call the callback. First time msg points to "12345678...

We are using STM32L476 in our application in which we have seen accidental change in RDP level when battery voltage drops below 0%. Is there any corner case we should take care?

In code, we do not have call for changing RDP but we have a logic to reset IWDG_STOP bit after wakeup from sleep mode. We are facing this option byte corruption problem when battery drops below 0%. (We do not have HW support for cutting off power for...

kpate.11 by Associate II
  • 1402 Views
  • 13 replies
  • 0 kudos

STM32G474 MCU port protection

Hi Folks,Greetings!At my end have a STM32G474 HRTIM output driving a MOSFET gate driver such as IR2110.In some weird cases encountered, when the MOSFET blows up, it takes away with it thegate driver as well.Not in all cases, but in some situations, I...

UART interrupt not working properly on STM32H753 MCU?

I am using STM32H753 MCU. I generated my code using STM32Cube. The UART is configured to work on interrupt, baud rate is 19200. I sent 'A' many time but most of the time I am receiving "C1" in hex instead of "41" ('A' in ASCII).When I analyzed the da...

Akash_k by Associate III
  • 353 Views
  • 0 replies
  • 0 kudos