STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Debouncing

Can anyone help me with debounce code in C for Rising and falling edge interrupt??

sne_123 by Associate III
  • 12468 Views
  • 20 replies
  • 4 kudos

MDMA write error writing to DMA registers

Hello, I have a DMA stream working in Normal mode (Mem to Peripheral). This by itself is working properly (without MDMA). I want to configure MDMA to set the next parameters for the DMA to handle. I configure 4 words (4 uint_32) in memory for writing...

BBeha by Associate II
  • 362 Views
  • 0 replies
  • 0 kudos

STM32l496: Clocking timer using LSCO

Hi, I wanted to clock my timer output using LSE crystal, but unfortunately only tim2 is supported with this feature. But then I saw an option of LSCO as output in cubemx, this enables the pin on MCU and according to documentation this output LSE cloc...

HZaib.1 by Associate III
  • 906 Views
  • 4 replies
  • 0 kudos

Resolved! Disable Flash ECC NMI Issue

Hello,I am currently developing a Bootloader for a STM32H562. The Bootloader checks, if there is a valid application present by calculating a checksum over the application area. To avoid getting ECC errors during the checksum calculation, I disable t...

what are the MDMA setting for OCTOSPI

Those are the setting for STM32H7A3IIT6Q ?  (there is AN5050 where they show but DMA setting only)I am trying to useHAL_OSPI_Transmit_DMA(&hospi2, aTxBuffer)(I have this chip working in interrupt mode fine , HAL_OSPI_Transmit_IT(&hospi2, aTxBuffer) b...

1.png 2.png
MNapi by Senior III
  • 707 Views
  • 3 replies
  • 0 kudos

uwTickPrio() at 0x20000004" problem

Hi everyone i got this error when i try to use hal_delay functionhttps://community.st.com/t5/stm32cubemx-mcus/stm32cubeide-1-7-mcu-package-l4-series-1-17-vtor-is-not/m-p/220563 I applied this solution it works now but the real time passed is the doub...

Ahmetp by Associate II
  • 302 Views
  • 0 replies
  • 0 kudos

STM32H7 QSPI in normal SPI mode for interface external DAC

My only need is to use QSPI (dual mode bank1) as a simple/normal SPI to drive external DAC (AD5066).  I should only use the Data phase, I don't need the Instruction, Address, Alt and Dummy phases of the QSPI.I have to use:QUADSPI_CLK---> DAC_CLKQUADS...

Vero by Associate II
  • 1422 Views
  • 6 replies
  • 0 kudos