STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failed to execute MI command STM32WBA5

hijust update STM32CubeIDE  to Version: 1.18.0And I can't program my Target as before.getting this error :Error message from debugger back end:Error finishing flash operationFailed to execute MI command:load C:\\Users\\user\\STM32CubeIDE\\workspace_1...

AFink.1 by Associate
  • 159 Views
  • 1 replies
  • 0 kudos

Resolved! Clarification on Crystal Oscillators in STM32L432KCU6

Hello,I am working with the STM32L432KCU6 microcontroller and noticed that it includes a 32.768 kHz crystal. I would like to confirm whether there is a separate crystal for high-speed operation or if an external high-speed crystal needs to be added. ...

Nikunj_17 by Associate III
  • 360 Views
  • 8 replies
  • 5 kudos

Bootloader Commands

  UART2 config   .ioc config      UART3 configConnectionsconnections output hercules       Project Overview: I'm working on a communication setup between two STM32 boards: a master board (STM32F446RE) and a slave board (STM32F401RE). The goal is for...

mohite25_1-1741339277622.png mohite25_0-1741339154783.png mohite25_2-1741339355460.png mohite25_3-1741339409594.png
mohite25 by Associate III
  • 230 Views
  • 2 replies
  • 0 kudos

Resolved! Trigger ADC by TRGO

Hello, everyone!I've been searching for an answer to this question for a long time, but so far without success.I have an STM32F410 and would like to use a timer to trigger ADC readings. However, TRGO does not appear as an option for the ADC trigger s...

adc.png timer.png

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
  • 299 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
  • 148 Views
  • 1 replies
  • 1 kudos