STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA Register Timer Input Capture STM32G431

Hi,I would like to measure the times and pulse lengths of an external signal from a GPIO. For this I wanted to use a DMA trigger (which writes the time points from the Tim to the memory).Here are 2 questions:1. where can I find a document that states...

pedahl by Associate II
  • 426 Views
  • 1 replies
  • 0 kudos

Resolved! How memory-mapped works on STM32L4?

Hello all,I am trying to implement an external loader for my board. Which uses a W25M02GV (QSPI NAND FLASH)I am following the https://github.com/STMicroelectronics/stm32-external-loaderI am trying to configure an STM32L4 to use this memory in mapped-...

djunho by Associate II
  • 1909 Views
  • 6 replies
  • 0 kudos

Resolved! HAL_Delay() stopped working

I have read most of the replies to posts that had the same problem that I am having with HAL_Delay() not working.  None of the solutions that I tried worked. It is apparent that the interrupt handler is never getting executed so any attempt to use HA...

Can DMA transfer directly to FMAC memory on STM32G4?

I want to use the FMAC to streamline weighted sum calculations using the FIR feature in non-circular mode. I have an array who's individual values are populated asynchronously via DMA and I use this array as the X1 buffer, but I missed that the buffe...

KHarb.1 by Senior II
  • 891 Views
  • 7 replies
  • 0 kudos

Resolved! Delay using Timer in STM32L073RZT6

How do we configure the STM32L073RZT6 to produce a 1-second delay using Timer3 without using HAL libraries? Please help me understand the calculations involved, along with which registers need to be configured

Mohsin by Associate II
  • 529 Views
  • 2 replies
  • 2 kudos