STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Power turn ON and Power turn OFF detection.

My requirement is as follows.When I power ON the STM32L4 series MCU, a string must be sent on to the UART terminal like "Power is ON". Now abruptly I will power OFF. Now at this instance, another string must be sent to UART terminal which is "Power i...

vbk22398 by Senior
  • 1088 Views
  • 18 replies
  • 11 kudos

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
  • 499 Views
  • 7 replies
  • 0 kudos

Nucleo-H743ZI2 FDCAN: late trigger of Rx interrupts

(Moved to appropriate forum from 'Feedback')   Hi, I'm using Nuleo-H743Zi2 hardware. I have configured FDCAN1 with below configurations, hfdcan1.Instance = FDCAN1; hfdcan1.Init.FrameFormat = FDCAN_FRAME_FD_BRS; hfdcan1.Init.Mode = FDCAN_MODE_NORMA...

KT_Matt by Associate II
  • 751 Views
  • 15 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
  • 306 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...