Skip to main content
dsamm
Associate II
July 8, 2021
Question

X-cube-display. can't be used with anything except an STM32G0

  • July 8, 2021
  • 3 replies
  • 2249 views

It comes as surprise to us that the x-cube-display module cannot be enabled on anything else rather than a G0 based MCU.

why can't it be used for other nucleo boards?

This topic has been closed for replies.

3 replies

Laurent VERA
ST Employee
July 8, 2021

@dsamm​ 

Hello x-cube-display is an implementation example using X-NUCLEO-GFX01M1 with NUCLEO-G071RB. To date, it does not cover all other Nucleo compatible with X-NUCLEO-GFX01M1.

For the other compatible NUCLEO, you need to adapt the code.

dsamm
dsammAuthor
Associate II
July 8, 2021

@Laurent VERA (ST Employee)​ , the x-cube-display has been defined to be a reusable module, hence it should be possible to include and use it with the other STM32XX MCUs

Unfortunately, it cannot be enabled as per screenshot to work with other MCUs. ( the option is not selectable in CubeIDE )

Technical Moderator
July 8, 2021

Hello @dsamm​,

I added STM32CubeMX topic for your post, this will increase its chance to be reviewed by our CubeMx team.

So, our CubeMx team will take in charge to answer you.

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
dsamm
dsammAuthor
Associate II
July 8, 2021

ok, but please recommend a way this driver can be added and used with other stm32 nucleo boards.

Technical Moderator
July 16, 2021

Hi @dsamm​ and sorry for the delayed reply on this.

I shared your request internally with CubeMX team for review.

Thanks

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
dsamm
dsammAuthor
Associate II
July 8, 2021

@Laurent VERA​  , the x-cube-display has been defined to be a reusable module, hence it should be possible to include and use it with the other STM32XX MCUs

Unfortunately, it cannot be enabled as per screenshot to work with other MCUs. ( the option is not selectable in CubeIDE )

can you provide a solution?