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

SPI comunication in STM32H743ZI (continuous clock on SPI ).

Hi all,I am using SPI protocol on STM32H7 for interfacing with external ADC . STM32H7 is acting as master and ADC as slave . SPI clock i am using is at 40 Mhz. spi clock is getting disabled after 25-30 clock cycles. i want continuous clock for this ...

kgang by Associate II
  • 2183 Views
  • 6 replies
  • 0 kudos

dma with spi callback not reached

I am trying to make a project to use spi with dma to transmit and receiveeverything seems fine in "HAL_SPI_TransmitReceive_DMA" and HAL_OK returns but the code in "HAL_SPI_TxRxCpltCallback" is not reached

YHany.2 by Associate
  • 525 Views
  • 1 replies
  • 0 kudos

Resolved! Run DMA while ICache and DCache are enables

Hello,I read the input data over SPI DMA, but when I added the AI part ICache and DCache are enabled.The problem is that when ICache and DCache are enabled, the SPI DMA is not working.How can I overcome this problem?

HAlzo by Senior
  • 665 Views
  • 2 replies
  • 0 kudos

Crystal suitable for STM32L4R9AI

Hello I will use these crystals for STM32L4R9AII6HSE Crystal 16MHz ±10ppm 8pF 60 Ohms (with external capacitors of 6pf (assuming stray capacitance of 5pf) and ext resistor of 1.6KOhm)https://www.digikey.com/product-detail/en/jauch-quartz/Q-160-JXS22...

Resolved! How to clear ''pending'' DMA request?

Posted on August 16, 2012 at 21:45I came across the following problem: I have a free-running timer, and a signal being input on its TIMx_CH1 pin. I want to capture timer value for two consecutive edges on that signal, so I set up the CC1 unit for ca...

Hello I am using STM32F103VB series board. I am using some timer interrupts for my code. I want to configure heartbeat LED which will continuously keep blinking.

I have configured LED and it blinks properly until timer interrupt occurs. While timer interrupt part is getting executed, LED stops toggling. Once the interrupt part is executed, it starts blinking again. I know this question maybe dumb to many but ...

sne_123 by Associate III
  • 518 Views
  • 2 replies
  • 0 kudos