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! RTC_OUT remap not working?

Hi,Im currently working on a project with an STM32L452 that uses a Temperature Compensated Crystal Oscillator (TCXO) as the Low-Speed External (LSE) clock source. The TCXO is responsible for clocking the RTC. To fully calibrate the TCXO, I have desig...

Detect origin of a wake-up from standby mode

Hello !I have a problem : I'm looking for a way to know the origin of a wake-up from standby mode.I'm using STM32U083C Discovery Kit.In my application, MCU can wake-up in two different manners : an external wake-up pin and an RTC periodic wake-up.The...

bluexav by Associate III
  • 572 Views
  • 7 replies
  • 0 kudos

Resolved! UART3 and UART4 interrupts together

Hi, I am using UART3 and UART4 interrupts together in STM32G070RBT6TR processor and facing issues.I have inserted my service routines as below. /* USER CODE BEGIN USART3_4_IRQn 0 */ if((USART4->ISR & USART_ISR_TC_Msk) == USART_ISR_TC_Msk){ } if((US...

NKale by Associate II
  • 279 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H7RSxx OTG strange behavior with bulk transfer

Hi,I am testing the USB HS Device CDC implemented from the CDC example (so using ST middlewares) and I notice a strange behavior while reading transfers of 512B.Internally, the function CDC_Receive_HS  file Appli/Src/usb_cdc_if.c has been adapted for...

simo zz by Senior II
  • 486 Views
  • 3 replies
  • 1 kudos

Resolved! Strange Behaviour HAL_TIM_PWM_Start_DMA

Hello everyone.I am encountering a very strange issue with the STM32H7B0 using the J-Link to debug.I followed this tutorial to control the WS28B12 LED using Timer, PWM and DMA.I use the following function to transmit the PWM data. if (HAL_TIM_PWM_Sta...

Simi_Myr_0-1741345039513.png Simi_Myr_1-1741345266206.png Simi_Myr_2-1741345326500.png
Simi_Myr by Associate
  • 363 Views
  • 2 replies
  • 1 kudos

Resolved! STM32L431 firmware update

Hi, I try to update the firmware of an STM32L431 with another microcontroller. I use a UART interface to do that. As described in AN3155 §1, I send the 0x7F after managing the Boot0 and reset pins, and I wait for the 0x79 (Ack). But the STM32 answer:...