STM32 MCUs Embedded 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
  • 669 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
  • 1240 Views
  • 2 replies
  • 0 kudos

STM32F756VGT6 DFU USB not working

I have used DFU USB to program hundreds of STM32F7 devices over the past several years. It has worked reliably until the most recent batch of 200 boards using STM32F&56VGT6 devices. We had approximately a 10% failure of the DFU USB connection (USB no...

Resolved! Any documentation for using LWIP + FreeRTOS + STM32H7?

Hi,I use STM32H7+LWIP+FreeRTOS. With using STM32IDE and this forum I can now ping to my board from PC and get answer - perfect.Now I want to send and recieve some UDP packets - I can browse the code and try to understand how it all works (how to TX/R...

JJRR by Senior
  • 1280 Views
  • 2 replies
  • 2 kudos