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

Resolved! STOP mode F405 hard to come down 1mA

Hi all,I'm trying to acheive STOP mode on my stm32f405, but ir's hard to come down 1mA as de datasheet say < 100uA. So to explain my project :- STM32F405 Freertos- 3 i2c capteur (power of captor is managed by switch)- 1 spi flash nand w25n01My clock ...

SBaro.11 by Associate III
  • 999 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H7 traceclkin source

Hi all,I'm trying to understand what source the STM32H7 (specifically STM32H743) uses for the TPIU trace clock.According to the RCC chapter there ought to be a multiplexer that allows to choose from a number of sources:According to the debug chapter,...

drath_0-1728309614149.png drath_1-1728309679906.png
drath by Associate
  • 882 Views
  • 3 replies
  • 0 kudos

HT7533 can be used for STM32F105RBT6 power supply?

Many engineers I know use HT7533 as power supply for STM32F105RBT6 in automotive boards. I looked up the specs, and found that HT7533 is only rated for 100mA. Is it too low for STM32F105RBT6? Is TI's TPS7B91 or TPS7B92 better in this case? Thank you.

ax369 by Associate II
  • 388 Views
  • 1 replies
  • 0 kudos

STM32H723VGT6 chip cannot erase and upload programs

  Hello everyone, Using the STM32H723VGT6 chip, the program can be downloaded and run normally, but cannot be erased and uploaded, prompting "Error while determining flash info (Bank 1 @ 0x90000000) Failed to read back". The same phenomenon occurs wh...

STM32H723VGT6.png
XYN by Associate
  • 444 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H725 Bulk capacitors values

Hello all,Regarding the STM32H725 bulk capacitors:Question 1:Is the capacitors required values taken into consideration the capacitance degradation Vs DC bias?For example:The SMPS input required is 4.7uF (10uF recommended)Looking at the STM32H735G-DK...

NirAlon_0-1728837166758.png
NirAlon by Associate III
  • 1043 Views
  • 4 replies
  • 0 kudos

Resolved! HAL I2C Mem Read no longer working

Hi,I have been using Mem Read and Write for my project involving STM32 and ST25DV64K. These functions have been working for me previously but now they return HAL ERROR. I used to encounter this when I was inputting the wrong address but I have since ...

transform the function HAL_GetTick() in a 64bit

Hello Everybody, I would like transform the HAL_GetTick() function more than 49 days.I don't find a NVIC overflow on this function to increment a second variable. In my while I have do this with  uint32_t Mem_GetTick; uint64_t Tick64;   while (1) ...

JJoao.1 by Associate III
  • 1221 Views
  • 5 replies
  • 5 kudos

WFI only works during debugging

Hi everyone!I have this code where the mcu goes into STOP3 mode, and is waked up by a button triggering a wake-up pin.But it only works in debug. Without the debugger, the mcu immediately exits WFI.In debug, when I execute che code, the user led turn...

Resolved! I2C & DMA how to configure correctly?

I am a beginner and learning I2C DMA, could you tell me what I'm doing wrong?I connected the LCD to Blue Pill and it works fine with function "HAL_I2C_Master_Transmit" i.e. without DMA!But, when DMA is configured, it is dosn't works!Very simple code,...

0693W00000DnNeYQAV.png
DK.7 by Senior
  • 4431 Views
  • 5 replies
  • 1 kudos