STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32U5A9 FDCAN Help

I am using a Riverdi STM32 Embedded Display RVT50HQSNWC00-B and having issues with the FDCAN bus. I am capable of writing to the TxFifo and can communicate with an external device in external loop back mode and normal mode. In external and Internal L...

Potential Bug in stm32fxx_STLstartup.c V2.2.0

Dear Community Members, While working on my current STM32F103 project and attempting to integrate the X-CUBE-CLASS-B Library, I've come across a potential issue in the file `stm32fxx_STLstartup.c`. Specifically, it concerns line 351:   351   if (STL_...

WWagner by Associate
  • 679 Views
  • 1 replies
  • 0 kudos

Custom Bootloader implementation on STM32L4S5

Hi,We are working on product based on STM32L4S5 based MCU. We implemented the bootloader which are able to boot from base address (binary image starting from base address 0x08022000). Current implementation doesn't have any validation.But due to secu...

usha by Associate
  • 496 Views
  • 3 replies
  • 0 kudos

Resolved! RTC start time of the init mode

Hello,I've a project with the STM32G030F6 which use the RTC (SYSCLK=64MHz RTCCLK=32768Hz). During the setting of new date/time I enable the INIT mode with: LL_RTC_EnableInitMode (RTC); while (0u == READ_BIT (RTC->ICSR, RTC_ICSR_INITF)) { } The runtim...

bm2 by Associate III
  • 973 Views
  • 6 replies
  • 0 kudos