STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 739 Views
  • 5 replies
  • 0 kudos

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
  • 486 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
  • 382 Views
  • 0 replies
  • 0 kudos

STM32H750 QUADSPI FIFO Question

I read in the reference manual that the STM32H750 has a 32-byte fifo. FTHRES is the FIFO buffer and FLEVEL indicates how many values ​​are stored in the FIFO buffer. The reference manual also explains that after the FIFO is full the QSPI peripheral t...

0693W00000NpMixQAF.png
JCuna.1 by Senior
  • 318 Views
  • 0 replies
  • 0 kudos