STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SAI Problems in slave receiver mode

Hello,I am trying to read sample from a AD7768 using a STM32F767. The data is feed to the SAI peripheral at 8Mhz. I used this code https://github.com/pavel-demin/stm32f7-discovery-usb-headset/blob/master/Drivers/BSP/STM32746G-Discovery/stm32746g_disc...

mickael2 by Associate II
  • 1432 Views
  • 2 replies
  • 1 kudos

EXTI15_10_IRQHandler; interrupt; PE13

Might need your help to solve this issue. Thank you. Background: 1. I have a 1 Hz signal, and I'd need this signal to trigger interrupt. 2. Use GPIO as interrupt. 3. Using STM32CUBEMX to generate codes. 4. STM32F769I-EVAL board. 5. Already successful...

uNavi by Associate II
  • 803 Views
  • 3 replies
  • 0 kudos

Can't pull up a GPIO pin set as AF QSPI I/O

Hi,I am working on a project on STM32H750. I set up the QSPI I/O pins on PD11, PD12, PD13 and PE2. Because PE2 (IO2) also serves as the WP# pin for the external flash, I would like to set it to have an internal pull-up, so the GPIO definitions are li...

ZhiFeng by Associate II
  • 607 Views
  • 4 replies
  • 0 kudos

Resolved! Can peripheral-to-memory or memory-to-memory DMA be transfers be configured to substitute for lack of peripheral-to-peripheral features in the Cube toolchain?

I need to load the TIM1 CCR registers into the DAC1 outputs on an STML432KC. I have this working with the line DAC1->DHR12R1 = TIM1->CCRx executing in a loop. I'd like to substitute with DMA. Others have suggested that I can do this with the availabl...

KHarb.1 by Senior II
  • 1622 Views
  • 8 replies
  • 0 kudos