Skip to main content
SGupt.7
Associate II
August 31, 2021
Question

LTDC Display and uSD card not working together on stm32f746g discovery board.

  • August 31, 2021
  • 1 reply
  • 1452 views

Hello everyone,

For my project requirement, I need to implement both LTDC Display and log data on a uSD card simultaneously and periodically.

Implementing these two tasks separately works fine.

While implementing these together, in the debug mode, I get a status as "FR_NOT_READY" even when uSD card is mounted, although the display works as expected.

If anyone has any leads on this, please share.

Regards.

This topic has been closed for replies.

1 reply

Walid ZRELLI
Visitor II
September 6, 2021

Hello @SGupt.7​ ,

Take a look at this example that contains uSD + LCD example ( Path: Projects\STM32746G-Discovery\Examples\BSP)

This might help you .

BeST Regards,

Walid

SGupt.7
SGupt.7Author
Associate II
September 6, 2021

Hello @Walid ZRELLI​ ,

Thank you for your reply.

I will take a look at this example.

Regards.