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

Resolved! Timer Encoder Mode, change HAL Filter after initialization

Hi all,I'm using a Timer in Encoder Mode on STM32F103, using the HAL framework on STM32CubeIDE.I would like to change encoder filter feature (IC1F[3:0]: Input capture 1 filter) depending on the behaviour selected in my MCU operation mode (so IC1Filte...

H5 DMA - How to start

I'm trying to implement a SPI transfer between flash and SPI2 - a simple display. I'm using LL everywhere.No problem with M3 and M4 - But GPDMA is completely different. "Normal" SPI work but no way to enable DMA.Based on the only example with LL (All...

TheRaprus by Associate III
  • 2331 Views
  • 4 replies
  • 0 kudos

Resolved! I2C action from timer callback

Hi,I am working with STM32G4 and I have problem reading/writing the I2C data with in the  timer callback.I have Timer1 calling my interrupt callback every 50 microseconds which is working well.I have I2C read/write functions which are working well.I2...

Accurate understanding of "STM32G491CCU6" ADC DMA1, ADC DMA2

Now I'm using the "STM32G491CCU6" MCU.It uses 5 and 4 channels of ADC1 and ADC2, respectively, while also using DMA.However, I configured it to use Rank and make DMA interrupt, and when writing code through STM32CubeIDE, I set "HAL_ADC_Start_DMA" and...

Park by Associate II
  • 828 Views
  • 0 replies
  • 0 kudos

Syncing external ADC / DAC Conversions

Just wondering if anyone has information on how to sync external ADC and DAC conversions?The ADC and DAC are connected as SPI peripherals (separate SPI's) to an STM32G474RE.The system needs to run in continuous mode with a configurable delay between ...

Resolved! STM32G474 I2C Write/Read to the Flash Memory

Hi folks,I would like to use the I2C serial communication protocol to write/read from the Flash Memory using the STM32G474 microcontroller. I am using the B-G474E-DPOW1 board which does not have an EEPROM. Is it possible to achieve this goal or do I ...

gshet1 by Associate II
  • 2754 Views
  • 4 replies
  • 0 kudos