STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U575 EXTI Interrupt usage

HiI'm using nucleo_u575zi board. Connected three external switches to PB0, PB1 & PB2 pins.By default, the pins are low, the pins are configured as:   /*Configure GPIO pins : EXT_PIN3_Pin EXT_PIN1_Pin EXT_PIN2_Pin */ GPIO_InitStruct.Pin = EXT_PIN3...

Meghana by Associate III
  • 479 Views
  • 1 replies
  • 1 kudos

DAC Sine Wave & Vertical Shift

Hi,I've successfully generated a sine wave using stm32 DAC. The current generated sine wave has the following properties; where min amplitude is 0 to max amplitude 4096 and the zero crossing is at 2048. I'd like to shift the output sine wave amplitud...

Resolved! STM32H747I-DISCO Virtual Com USART Example

Hi,If I understand right USART1 is used in STM32H747I-DISCO board for VCOM. I could not find any example for my board. I would like to want for an 8-byte host command using:HAL_UART_Receive_IT(&huart1, hostCommand.buffer, 8); Once a command is receiv...

Louie88 by Senior
  • 1927 Views
  • 26 replies
  • 9 kudos

Resolved! unable to interface VL53L4CX with STM32F030

Hi team, I am new to the STM32 Cube IDE environment and would like to interface and control the VL53L4CX Time-of-Flight sensor using an STM32F030 DEMO Board. I kindly seek your guidance and support in achieving this. Here are the details of the hardw...

Anirudh_balaji_4-1736401237886.png

Resolved! Wake-up over I2C

Hello!Is any body aware about how to wakeup a STM32 series MCU from sleep over I2C? So far I was aware of wake-up over GPI/Brown out Reset etc, but wake up over I2C?? Is this really possible? Please let me know if anyone has prior experience at this....

abjames by Associate
  • 326 Views
  • 2 replies
  • 2 kudos

Resolved! Alarm waking up befor 1 Min when after 2 or 3 days

i am using stm32f41ceu6 with RTC and RCC in that we are using LSE  with 100HZ if i set  Alarm  for 1H or more then still working but after 2 or 3 days it wakeup early befor one Minexample i set alarm at 11:30 then it will wakeup after one hour that t...