Resolved! LDO for STM32H573AII3Q
STM32H573AII3Q is a 169 pin UFBGA SMPS package. Along with SMPS option, does it also have internal LDO for core supply? Can we use internal LDO to supply core voltage for this package?
Ask questions, find answers, and share insights on STM32 products and their technical features.
STM32H573AII3Q is a 169 pin UFBGA SMPS package. Along with SMPS option, does it also have internal LDO for core supply? Can we use internal LDO to supply core voltage for this package?
I am having some issues implementing dual bank/boot.I have set up a dummy project starting at base address 0x08000000 for 256k bytes that will turn on a red LEDI have another dummy project starting at base address 0x08040000 for 256k bytes that will ...
After about an month, I connected my NUCLEO-L4A6ZG to my PC again. STM32CubeIDE nor the STM32CubeProgrammer can't recognize my board. I already tried different USB ports and different USB cables.When Trying to run a program the Error Message in the I...
Hi, I am wondering if anyone has any experience with HAL SPI as when I try in 16-bit mode to make a single packet of data manually and use (sizeof xxx) it sends 2x data packets to the oscilloscope and when I specify the packet size as "1" I get the c...
I want to understand the Timeout parameter of the HAL_SPI_Transmit, HAL_SPI_Receive and HAL_SPI_TransmitReceive function.
I'm attempting to enable the Stop mode on the STM32L4R5ZIP, but it appears to significantly deviate from the specifications outlined in the datasheet, exhibiting a higher current consumption ranging from 7 to 9 mA in both sleep and stop modes.Even af...
I cant make work the HRTIM. I am using the weact board.I tried HRTIM-A and TRTIM-D using the cubeide (latest updated). the first one using "basic HAL" and the second using "Advanced Hal" instructionsTIM5 works so it seems that clock is working.I adde...
I have an STM32G071CBTx with a rotary encoder wired to GPIO pins PB5 + PB7 (LPTIM1_IN1 and LPTIM1_IN2), but for some reason it will never count down no matter which way the encoder is turned.I have checked the encoder waveforms and they are as expect...
Good morning community,I am trying to capture output compare unit.Board: STM32F407G Discovery.I configure TIM1 which is 16bit timer on bus1.Reference clock is 12.5Mhz in our case.I am seeing when I run the code only one time interrupt is generated an...