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

ST7920 GLCD with STM32F401RE via I2C

Im trying to use ST7920 GLCD with STM32F401RE with I2C connection, im still new with programming so im trying to find a library when using I2C, most videos and libraries i found are for SPI connections.if anyone has a library pls help thank you

Qsdxkh by Associate II
  • 1190 Views
  • 2 replies
  • 0 kudos

16-bit addresses register in i2c stm32

hii want to write in AT24C512 with stm32f103c8 i send my code.HAL_I2C_Mem_Write(&hi2c1, 0XA0, 0X11FA,I2C_MEMADD_SIZE_16BIT ,   &write_data, 1, 100);For example, I want to put the value of write_data on 0x11FA, and I specify the memory address as 16 b...

ssham.11 by Associate
  • 2623 Views
  • 3 replies
  • 0 kudos

Not getting expected output on TIM1CH1?

I have TIM1 clocked at 20MHZ, PSC = 20000 - 1, ARR = 1000 - 1, RCR = 2 -1 .....I have Channel 1 as Output Compare CH1....I have TRGO set to Output Compare (OC1REF). Finally to validate what I hope TRGO is doing (since there is no way to see TRGO dire...

SWenn.1 by Senior III
  • 625 Views
  • 1 replies
  • 0 kudos

STM32U575 FMAC DMA wong amount of bytes

I have experimented with STM32U575Z using FMAC. I run the FMAC doing a convolution (sFmacConfig.Filter = FMAC_FUNC_CONVO_FIR) I run the FMAC in DMA mode. I registerd a HAL_FMAC_OUTPUT_DATA_READY Callback But it is never triggered. According to AN5593...

Basic timer questions STM32L476?

Hello all...Can someone give me direct answers below...(And please don't refer me to documentation as I have scoured thru it and not solved my questions)I would like some clarity as I have found no documentation to clarify the following:When using co...

SWenn.1 by Senior III
  • 671 Views
  • 2 replies
  • 0 kudos

Why the interrupt is not triggered for RTC wakeup interrupt?

Hi,I am new to STM32 controller and I am using STM32L412RBT6. I was doing baremetal programming for RTC wakeup interrupt. But interrupt is not calling. Below mentioning my code. /* Enable Clock for Power interface.*/ RCC->APB1ENR1 |= (1U<<28); /*Disa...

SSaiy.1 by Associate III
  • 793 Views
  • 1 replies
  • 0 kudos

Resolved! Why I2C communication fails between Ilps22qs and my nucleo?

I am working with STM32nucleoL476RG on a code able to establish an I2C communication between the pressure sensor Ilps22qs and my board. I am using the Qvar functionality, so I followed this pseudocode as reported on Qvar documentation:Write(0x10, 0x0...

Zenk91 by Associate II
  • 1384 Views
  • 4 replies
  • 0 kudos