STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cyclic Frame and STM32F407 Discovery

Hi everyone,I want to implement a cyclic CAN frame with a cyclicity of 100ms but i don't know where to start. I have a non-cyclic implementation of CAN transmission that sends a single CAN frame once when executed. How can i adapt it?

Azizz by Associate III
  • 56 Views
  • 0 replies
  • 0 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
  • 117 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
  • 152 Views
  • 7 replies
  • 0 kudos

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

Use Internal OPAMP as Inverting AMP

Hii,I have a query regarding internal op amp , i.e. how we use internal op amp as a inverting amp. , what are the process to initialize the internal op amp in cubemx (HAL driver) and the output is shared to the adc pin.

Harsh_18 by Associate II
  • 52 Views
  • 0 replies
  • 0 kudos