STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 DMA stops after first transfer

I tested this example from the STM32CubeH7 repository and it works fine.When I try the DMA1 instead of the BDMA, the DMA stops after the first transfer.I made only the following changes to use the DMA1 __HAL_RCC_DMA1_CLK_ENABLE(); // Enable the cloc...

JKuen.2 by Associate II
  • 1105 Views
  • 7 replies
  • 0 kudos

Resolved! Switching time for mux on Opamp

Various STM32 products have opamps that have a mux in front of it.Ex: STM32G4, STM32F3, STM32H7 series, etc.If I change the mux input setting using the control status register (OPAMPx_CSR::VP_SEL or VN_SEL), how long does it take for the mux to switc...

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