STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! [Solved] STM32F446 SDIO FindSCR Fifo is zero

I have a strange issue. I used the SDIO Interface on a F2 and a F429 without issues. But on the first usage with the F446 i run into a strange problem.With the Logic Analyzer i am observing the communication.Card Init:Requesting Card Type, CSD and CI...

0693W00000UoZrZQAV.png 0693W00000UoZrUQAV.png

I cannot put STM32-U575 in low power mode.

Hello,I'm testing with a NUCLEO-U575ZI-Q, I'm testing with the examples STM3Cube_FW_U5_V1.1.0.0jects_NUCLEO-U575ZI-Q. The minimum consumption I have achieved by modifying the code somewhat is 118uA seems very high to me.With other models of NUCLEO I ...

DLópe.1 by Associate
  • 712 Views
  • 2 replies
  • 0 kudos

USBH_MSC_Read Problem is Stuck in while Loop?

Hello USBH_MSC_Read function uses a while loop and USBH_MSC_RdWrProcess to USB mass storage.  while (USBH_MSC_RdWrProcess(phost, lun) == USBH_BUSY) { if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U) ) ...

NAgha.1 by Associate II
  • 1341 Views
  • 2 replies
  • 0 kudos