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

SDRAM Byte/Bit Swap

Is bit/byte swap possible for Stm32h7xx MCUs? I have looked everywhere but cannot obtain any reliable information. Some design videos are made bit swap like Phil's Lab but no evidence about that board's working, just design.  My microcontroller selec...

emrestr0 by Associate II
  • 891 Views
  • 7 replies
  • 0 kudos

STM32L162VCT6D - UID not unique

For our product we use the stm32L162VCT6D processors.To give every product a "unique" serialnumber, we wanted to use the 96-bits unique device ID.We do this also for our other products and that works fine. After producing a couple products, we notice...

PB_NL by Associate
  • 497 Views
  • 3 replies
  • 0 kudos

Resolved! Confirmation of Program Operation in Release build

Confirmation of Program Operation in Release buildWe are trying to verify the operation of the program in the Release build. However, when we do [Build with Release] → [Change Debug Configuration(Select the application Release/***.elf)] → [Debug], we...

RTC Alarm Callback Double Firing

The name. Basically using RTC interrupts to run the call back function every minute and increment a minute counter to do stuff with. However sometimes the minute double fires. There was a post regarding TIM2 firing twice and I tried to clear RTC flag...