STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDIO card not found on boot

Hi,we have a custom board based on the stm32mp151c. It has on sdmmc3 a Silicon Labs WF200 Wifi Card attached. We tested this setup with the stm32mp157c-dk2 and it worked fine. Now, we do not see the message during bootup:mmc0: new high speed MMC card...

0693W000008xHn7QAE.jpg 0693W000008xHqdQAE.jpg
MScho.6 by Associate II
  • 687 Views
  • 0 replies
  • 0 kudos

Resolved! MP1 SPINAND boot needs HSE ?

We use HSE osc instead of xtal as suggested by errata. However to support STANDBY we need to turn it off by GPIO. The idea is to boot from SPINAND on HSI and turn HSE in bootloader.Unfortunately it seems that ROM hangs when HSE is not present:< @ 006...