STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Waking from STOP mode U575

I am trying to get the STM32U575 to wake from STOP3 mode using the NUCLEO-U575ZI-Q dev board. I followed the example to enable the wakeup pin, clear any pending wakeup flag, and then go to sleep. I have this configured to pin PC13 which is the user p...

bpat by Associate II
  • 926 Views
  • 2 replies
  • 0 kudos

STM32F3x Zephyr Project, DMA configuration

Hi,I am trying to use the async transfers with usarts, but it fails to enable the UART (using uart_rx_enable), due to no DMA configured for the usart.I have not been able to modify the device tree for DMA, but so far unsuccessful.On the dma2 node, I ...

sbend by Associate II
  • 1533 Views
  • 1 replies
  • 1 kudos

Timer + PWM + DMA

Hi,I’m looking for some tutorial (or any other learning staff) related to Timer + PWM + DMA.Unfortunately, I couldn’t find much info related to these issues. I’d like to learn:LL_TIM_CC_EnableChannel() and LL_TIM_CC_DisableChannel():What exactly do t...

AFink by Associate III
  • 643 Views
  • 2 replies
  • 2 kudos

Resolved! Roadmap for H5 USB and RTOSs.

I was going to turn on USB VCP support into my latest research project on a Nucleo-H563ZI, and noticed that the normal middleware for USB devices doesn't seem to be there. (I've been using F4s and F7s for years, wrote articles on how to get started u...