STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Make EXTI generates a request to DMA1 on STM32H7

Hi,I'm trying to trig a DMA from the EXTI0 input. There is a good example in the STM32Cube package for the H7: Projects\STM32H743I-EVAL\Examples\DMA\DMAMUX_RequestGenBut this example uses the BDMA and I need to use the DMA1. I tried to make some modi...

GregB by Associate II
  • 989 Views
  • 3 replies
  • 0 kudos

Resolved! HRTIM update using LL is too slow

Hi Everyone,I am trying to run HRTIM Master unit with repetition interrupt and the repetition counter is 1. Now, when I am in interrupt I have to update compare and period registers and using LL to do so. But, within interrupt merely updating registe...

MYAQO.1 by Associate II
  • 1361 Views
  • 7 replies
  • 0 kudos

RTOS is not working in STM32F072.

I have created a project in STM32CubeIDE with UART and some GPIO's as Input and Output.I have created 2 Tasks using FreeRTOS - CMSIS v1(osPriorityNormal, osPriorityBelowNormal) with different osDelay(osDelay(500);, osDelay(600);). I have compiled and...

AP.6 by Associate
  • 447 Views
  • 1 replies
  • 1 kudos