Skip to main content
MGuth.1
Associate III
March 28, 2022
Question

I'm wondering if the STM32U5 firmware package will be extended?! I wanted to use the SDMMC and the FMC(LCD) interface but it seems that a few things are missing for it.

  • March 28, 2022
  • 2 replies
  • 893 views

SDMMC: I can't select DMA for SDMMC in STM32Cube

FMC/LCD: Is there a BSP-library for easier lcd-interaction planed?

This topic has been closed for replies.

2 replies

ST Technical Moderator
April 4, 2022

Hello @Matthias Guthörl​ and welcome to the STM32 Community :)

You'll probably want to review the examples within STM32CubeU5 MCU package:

  • \STM32Cube_FW_U5_Vx.x.x\Projects\STM32U575I-EV\Examples\SD\SD_ReadWrite_DMALinkedList

  • \STM32Cube_FW_U5_Vx.x.x\Projects\STM32U575I-EV\Examples\BSP
  • UM2298 STM32Cube BSP drivers development guidelines  

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
MGuth.1
MGuth.1Author
Associate III
April 5, 2022

Hi @Imen DAHMEN​ 

Thanks for the Information and the links. Unfortunately I wasn't able to port the BSP example from the Evaluation Board to my Nucleo U575ZI-Q yesterday. I think I need to dive deeper into it :)

Is there any (detailed) information on how F(S)MC works (which parameter does what, how to set it up properly, etc). I think its documentation is very poor - at least I didn't find a good documentation to it yet.

I'm really having trouble understanding on how to set the timings and addresses properly to get a (smoothly) running FMC connection between my Nucleo board and the LCD screen.

Thanks in advance! :)