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
  • 1179 Views
  • 3 replies
  • 0 kudos

Why enter the ISO in/out incomplete interrupt? STM32CubeExpansion_USBAudioStreaming_V1.0.0 UAC MCU STM32L476

Hi all:If I plug in USB 2.0 mode high speed port(PC recognition Windows7), ​frequently enter the ISO in/out incomplete interrupt. but if I plug in USB1.0 mode full speed port,is OK. Once enter the incomplete interrupt.record or playback, audio will b...

gfeng by Associate
  • 496 Views
  • 0 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
  • 1664 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
  • 528 Views
  • 1 replies
  • 1 kudos