STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FMC peripheral memory

How far from FMC shall we place memory device. I have stack-up design(3 boards) in which MCU is on top board and FPGA is on bottom board. I need to map FPGA to FMC. Are there design consideration for routing FMC signals for such board to board commun...

KGane.1 by Associate III
  • 451 Views
  • 1 replies
  • 0 kudos

FDCAN RX interrupt not firing

Hello, I'm trying to set up an interrupt when my FDCAN controller received a CAN message. MCU is an STM32G01BI went into STCubeMX and I enabled these interrupts:This generated some new functions instm32g0xx_it.c:void TIM16_FDCAN_IT0_IRQHandler(void) ...

0693W00000NpVcLQAV.png

ADC sampling time measurement

I have a reading problem with dmaWhen reading multi channel with ADC dma I need to know when to sample each channel. In the ADC input, I found a 2us transient in the oscilloscope output below. I considered this transient as adc sampling time and adju...

0693W00000NpU8EQAV.png

HAL SMBUS on STM32L071xxx, how to set up correctly

I configured I2C SMBUS in cubemx and reimplement HAL_SMBUS_MasterTxCpltCallback, then I called MX_I2C1_SMBUS_Init() and HAL_SMBUS_Master_Transmit_IT(). After that i had no any events: not called callback and no any data transmited. In fact on sda and...

0693W00000NpRaUQAV.png
ANaum.1 by Associate II
  • 777 Views
  • 3 replies
  • 0 kudos

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