STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! f_mount returning FR_NOT_READY

Hi.I've been working on a project recently, and I've been having trouble with mounting an SD card. I've been getting FR_NOT_READY from f_mount function. Diving deeper into the code, I've found that SDMMC_GetCmdResp2 returns SDMMC_ERROR_CMD_RSP_TIMEOU...

fLicK by Associate
  • 1973 Views
  • 2 replies
  • 0 kudos

Boot Load configuration in STM32G070KB

Hi, I am using STM32G070KB controller. I tried to implement bootloader configuration via firmware as mentioned in document AN2606 and AN3155. But still its not entering boot mode. And also I need clarification for the "Execute BL_USART_Loop for USART...

AA.15 by Associate II
  • 666 Views
  • 6 replies
  • 0 kudos

STM32H7 SPI bootloader anomalies ?

Hello,I’m experiencing some difficulties trying to communicate with the embedded bootloader in SPI configuration.I have two separate Nucleo boards:-         NUCLEO-H753ZI-         NUCLEO-H743ZI2One of them is the master, the over is the slave (order ...

0693W00000JP29VQAT.png 0693W00000JP2AEQA1.png 0693W00000JP2AYQA1.png 0693W00000JP2BMQA1.png
ECA by Associate
  • 462 Views
  • 0 replies
  • 1 kudos

Resolved! How to flash STM32 MCU using USB

Using IAR to develop software for and burn flash via USB on STM32 7B3I and Discovery eval boards.Need to develop my own Windows software to burn flash via USB on our own product.Am familiar with AN2606 [bootloader] and AN3156 [DFU] but neither appear...