STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Sending data to SPI via DMA

I'm using STM32F429 and trying to use HAL library to communicate to SPI slave via DMA channel. I'd like to ask how is resolved problem with for example sending data to SPI via DMA? Is there any kind of synchronization between SPI and DMA to disallow...

WKowo by Associate II
  • 887 Views
  • 3 replies
  • 0 kudos

STM32 Timer OPM question

Hello,is there any way to achieve this timer OPM behavior?Arm timer ->Output is inactiveStart timer-> Output gets avtiveCompare register triggers -> Output gets inactiveARR triggers: Timer stops _and_ Output stays inactiveAt the moment, I force the O...

Resolved! SDRAM Read/Write stm32h743

Hello all,I am using the h743i eval board and trying to store a large array on the sdram.The problem I am running into is no matter what address I write to, when I read back a value I receive the last value written. I think this may be an issue with ...

RDock by Associate II
  • 3846 Views
  • 13 replies
  • 0 kudos

Firmware for App Note AN3322

Hi,I was wondering if someone can point me to a link where I can download the firmware detailed in the application Note: AN3322Watt-hour meter based on the STM32F101 microcontrollerThanks in advance.

IVini by Associate
  • 590 Views
  • 1 replies
  • 0 kudos

EXTI registers

Hi,I try to write a interrupt function with registers on the stm32h743zi referans manual ,but keil doesn't recognize some registers for exp ,EXTI->CPUPR1 =(1<<13); SYSCFG->EXTICR4= (1<<5);stm32cubeh7 MCU package V1.5

Bilge by Associate III
  • 589 Views
  • 2 replies
  • 0 kudos

Most proper way of detecting CAN BUS OFF condition?

Dear ST community,We are running a CAN network with a lot of nodes (>200) using the STM32F107VCTx chip (and MCP2551 transciever) all receiving instructions from a central linux embedded computer with a MCP2515 CAN Controller.Sometimes the nodes stop ...

DAC peripheral on STM32F407

I am working with STM32F407VG microcontroller (STM32F4 discovery board). When using the DAC peripheral for an application I was verifying the minimum and maximum voltage that can be generated from the DAC pin by providing values of 0 and 4095. Howeve...

gowtham K by Associate II
  • 1478 Views
  • 1 replies
  • 0 kudos