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

sprintf with %f in interrupt handler creating problem

Dear all,i am facing very strange problem with sprintf function .i am using sprintf function in 1ms timer interrupt routine and it works fine. for example. void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { sprintf(uDisMsg, "%.1f", 258.6...

sanju by Senior
  • 396 Views
  • 4 replies
  • 2 kudos

STM32F427 PB14 conflict with internal USB PHY

Hi I am having the same problem as described in the old post down below.... is there a way to activate the link inside to see the fix? I am also using the external ULPI PHY, but when the USBD_Connect function executes, pin PB14 is lost. This is becas...

MBurg by Associate
  • 384 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F415 DMA SPI transfer after stop mode

I am using SPI2 and SPI3 with DMA1 to write and read to/from peripheral chips. This works fine most of the time. At the same time I am using the stop mode to save power. Now in some cases just after leaving the stop mode, the next DMA transfer does n...

rkoehli by Associate II
  • 1374 Views
  • 10 replies
  • 3 kudos

Resolved! STM32U575 SMPS time out when enabling. What to check for?

My controller uses the STM32U575 chip. I followed the recommended design for the SMPS using the same inductor and XR7 capacitors as recommended in the reference design. I built up 4 boards, the first three boards worked properly without issue. After ...

ScottD by Associate II
  • 694 Views
  • 7 replies
  • 1 kudos

fail to write on sd card on stm32 g491re

Hi all,i am currently writing a program which is supposed to write data on an sd-card. This has worked until i changed my laptop (and cubeIDE version from 1.13 to 1.17) and until i added line 127 "HAL_GPIO_WritePin(GPIOB, GPIO_PIN_0, GPIO_PIN_SET);"....

jan212 by Associate
  • 342 Views
  • 2 replies
  • 0 kudos