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

USART in SPI mode

Is it possible to configure the USART as SPI master, with SPI slave having 16 bit data frames (AD5592R) ?

EE_CV by Associate II
  • 4034 Views
  • 10 replies
  • 0 kudos

Is there a conflict between Timer 2 and I2C in STM32F103?

Hi. I'm using an MPU (6050), an encoder (AS5048A) and STM32F103. For the MPU I am using the I2C protocol, for the encoder (works through the pwm) the Timer2 and its interruption are used. The I2C only works if no encoder readings are being made. Is t...

FVasc by Associate
  • 673 Views
  • 1 replies
  • 0 kudos

STM32L0 Cannot wakeup from STOP with LPTIM IRQ ?

Posted on September 21, 2017 at 13:00 Hello, I'm trying to wake up from STOP mode using LPTIMer on STM32L LPTIM is clocked by LSE(32K) used as a simple upcounter, and I'm using both ARR and CMP Interrupts from LPTIM, so corresponding bits a...

laurent1 by Associate
  • 575 Views
  • 1 replies
  • 0 kudos

which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on ?

Hi. I want to write a dummy file in sdcard. I am done with the code but I would like to know which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on for Input Output opera...