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

STM32H745I_DISCO stuck at check VOSRDY bit

Hi All,When I try to boot the M7 core alone and I disabled the M4 core. I create a simple stm32Cube project, the code stuck at:while(!__HAL_PWR_GET_FLAG(PWR_FLAG_VOSRDY)) {}inside the SystemClock_Config() function. The VOSRDY will set only when I cha...

LWei.1 by Associate II
  • 1137 Views
  • 1 replies
  • 1 kudos

Resolved! DMA2D_IRQHandler does not get called upon transfer complete

I have migrated code working fine on STM32F767 to STM32H7A3.The strange thing is DMA2D_IRQHandler does not get called upon memory-to-memory transfer complete. I call HAL_DMA2D_Start_IT() function, it returns no error, it does what it should, I can ev...

TDJ by Lead
  • 852 Views
  • 1 replies
  • 0 kudos

Hi experts i'm trying to detect my STEVAL-STWINWFV1WiFi with the STEVAL-STWINKT1 by programming the BLE Wifi Connectivity to the evaluation board.

can it be that it is only possible to program it only with the STLINK-V3MINI and not with the eval board usb?my STLINK-V3MINI doesn't work so i rely only on the eval board usbif the is a guide for the  STEVAL-STWINWFV1 for the wifi connectivity it wo...

TDota.1 by Associate II
  • 362 Views
  • 0 replies
  • 0 kudos

Resolved! Questions about an STM32 card

Hello! I am honestly a newcomer in the field of embedded systems and I have some questions about a card I have been studying for a few days in class and within the company where I am working. I am enclosing the data sheet and I would like to know:-  ...

LleytoN by Associate II
  • 1024 Views
  • 2 replies
  • 0 kudos

STM32F072xx - How to detect VDDIO2 presence?

DS9826 states that "The VDDIO2 supply is monitored and compared with the internal reference voltage (VREFINT). When the VDDIO2 is below this threshold, all the I/Os supplied from this rail are disabled by hardware. The output of this comparator is co...