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

I am trying to setup DMA with ADC on stm32h747 even thoug conversion end DMA transfer never completes. The ADC's conversions are triggered by a timer (this part of the code works fine) and the DMA is supposed to write the data to memory.

Here is how I setup my DMA ; Enable Clock for DMA1Periph to memoryset memory and periph size to half wordset memory address increment and clear periph address incrementset circular modegive the flow control to the ADCSet DMAMUXSet DMA periph addressE...

HTess.1 by Associate III
  • 927 Views
  • 1 replies
  • 0 kudos

Sync DMA request every 72 bytes based on GPIO signal

I have an SPI peripheral that generates an external signal (EXTI) when a data record is ready. The data is then read over SPI by the MCU. The data record is 72 bytes.Right now I have an interrupt handler that starts the DMA process to read the next r...

DanF by Associate II
  • 1019 Views
  • 5 replies
  • 0 kudos

Resolved! STM32F301 SPI read FIFO flush does not seem to work

STM32F301R8T6(Master)M95160-WMN6TP EEPROM(Slave)Low Level driversI've been trying to do a basic SPI EEPROM test based on the STM32F30x_DSP_StdPeriph_Lib_V1.2.3 SPI EEPROM example. Have finally gotten the write to work correctly but when we begin the ...

Resolved! DMAMUX Synchronization events (stm32h747)

The DMAMUX1 can trigger DMA requests through synchronization and within the tab of synchronization possibilities there is TIM12_TRGO (input 7). So here is my question do the bits MMS[2:0] in register TIM12_CR2 configure this TRGO (it is written that ...

HTess.1 by Associate III
  • 656 Views
  • 2 replies
  • 0 kudos

STM32F469-disco CAN-display (I2C) problem

I declare that I am using a CAN library which works with other boards, so right now I’d like to rule out that’s the problem.Therefore, despite having configured the CAN and the code compile correctly, the messages are not received while using STM32F4...

Klaus3 by Associate II
  • 515 Views
  • 0 replies
  • 0 kudos