STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello, I am working on the Normal Mode on STM32H735G-DK board using FDCAN1 & FDCAN2, but the callback function is not triggered, but when I use the same code on STM32H745I-DISCO board, it worked, anybody has any idea?

always stuck in here Error_Handler, and only TxData can load Message successfully twice, so I think it's because of the Callback function is not triggered, so the transmission is interrupted and also RxData didn't receive message.Here is the Callback...

0693W00000Y9OUnQAN.png 0693W00000Y9OUxQAN.png 0693W00000Y9OVCQA3.png
Acecream by Associate II
  • 480 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U5 LSE/PC13 Errata and LSE bypass mode

The STM32U5 Errata Sheet (ES0499 rev 5 is the one I am looking at) has errata 2.2.1 which says: "The LSE frequency can be incorrect when PC13 is used as output for RTC_OUT1 or TAMP_OUT2 function". The workaround: "The RTC_OUT2 function must be used ...

How do you set up LPUART1 with an STM32L452RE?

Hi i'm trying to get the LPUART (PA3, PA2) pins to communicate with my computer via the serial port, but i can't get anything to work. Here is what i'm trying to use at the moment...Sysclock Config:#pragma once   extern "C" void SystemClock_Config(vo...

RBamf.1 by Associate III
  • 1498 Views
  • 2 replies
  • 0 kudos

Caprure compare Interrupt

I try to generete interrupt when CNT register reach any value. But It generete when I enabled to interrupt EGR bit is always zero. when I try to change accept first bit not effected.It is configuration  capture = TIM_GetCapture2(ExternalOSCTimer); TI...

0693W00000Y9bCXQAZ.png 0693W00000Y9bCSQAZ.png
hdemi.1 by Associate III
  • 700 Views
  • 3 replies
  • 0 kudos