STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U599 DAC doesn't work in DMA mode.

I tried everything to send a simple wave through the DAC pin using HAL and STM32CubeIDE to configure the project. What I've checked that works: - Clock source- Trigger source- Output pin configuration- Built-in triangle and noise wave generation. I t...

HTD by Senior III
  • 1216 Views
  • 5 replies
  • 3 kudos

skills: How to read DBUMCU correct without debugging

I am useing ADC with STM32H743ZIT6 device.when i debugging,i find that the device can't read DBGMCU vale correct,although I read the 0x5C001000 address directly, i was so confused. Fortunately, I found the following skill.So Step 1 : Download you fir...

sscom2.bmp
yqiu.11 by Associate
  • 274 Views
  • 0 replies
  • 0 kudos

Low power modes for STM32G0 series

Hi everyone,I’m working on a project with the STM32G031 Microcontroller, part of the STM32G0 series, and I’m trying to utilize its low-power modes (e.g., Sleep, Stop, and Shutdown) to reduce overall current consumption. However, I’ve noticed that the...

shibanis by Associate
  • 439 Views
  • 1 replies
  • 3 kudos

Resolved! Code error when passing parameters to timer function

https://community.st.com/t5/stm32-mcus-products/can-pwm-settings-affect-other-timer-settings/m-p/748254#M267471void TIM2_Configuration(u32 Intervalms) { RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); TIM_TimeBaseInitTypeDef TIM_TimeBaseStruc...

treeset by Associate II
  • 482 Views
  • 1 replies
  • 1 kudos