STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! STM32 memory to memory DMA with Timer

Hi, I am trying to do MemToMem DMA operation on Timer input capture.My code:#define BufferSize 1000 uint16_t BUFFER_DATA[BufferSize];   TIM_HandleTypeDef htim = htim3; DMA_HandleTypeDef hdma = hdma_tim3_ch4_up; uint32_t channel = TIM_CHANNEL_4; uint3...

JBond.1 by Senior
  • 493 Views
  • 2 replies
  • 0 kudos

UART in DMA cause MCU crash

hi every one i am trying to receive data with UART in DMA and Normal mode, but after about 10 times that I receive data correctly suddenly MCU stop working I checked every thing but I don't know what's wrong :sad_but_relieved_face: this is my Uart an...

rhaja.1 by Associate II
  • 795 Views
  • 9 replies
  • 0 kudos
Labels