STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G4 DMA triggers

stm32g474ve , dma can be triggered using external interrupts, but dma cannot be triggered using software.  In theory, both external interrupts and software interrupts should trigger events. At the same time, I have verified that stm32h750 is OK. So ...

Pangzi_0-1724392408483.png
Pangzi by Associate
  • 78 Views
  • 1 replies
  • 0 kudos

USART1 RX_DMA issue in FreeRTOS U5A5ZJQ

Hello,I have tried to set up USART1 Receive in DMA mode and with FreeRTOS. RX is GPDMA channel 0, Circular mode, Destination increment address on, burst size 16 bytes, priority Medium. Source increment off, burst 1 byte.USART1 : 115200 baudrate, 8 bi...

Metyus by Associate
  • 51 Views
  • 0 replies
  • 0 kudos

Change Polarity of PWM with DMA in circular mode

Hello Experts ,I am generating a two-Channel PWM with complementary channels also   HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1, (uint32_t *)sin_table, 20);//low HAL_TIMEx_PWMN_Start_IT(&htim1, TIM_CHANNEL_1); HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNE...

Resolved! DMA disable issue

My program collects data using DMA in circular buffer. I have following procedure to "start" collecting data. // "reenable" measurment (enable results readout) void restart_measurment(void){ run=1; // DMA channel reset CLEAR_BIT(TIM1->DIER, TIM_DIER_...

STM32F446VET7 DMA Transmission

Hello, I am trying to transmit 64 byte data with DMA but if I am not use at least 10ms delay the data is not transmitted. How can I check the is data transmitted without any need of delay ? I try to check UART is busy or not fort that but its not wor...

testbenchmark_0-1724134724919.png testbenchmark_1-1724134740099.png
Labels