Skip to main content
Visitor II
September 19, 2025
Question

How to use Stm32f469&AU1 to setup stm32cubemx

  • September 19, 2025
  • 1 reply
  • 248 views

I followed the setup shown in this video: https://youtu.be/PG50MuFv4KQ?si=daLbNu_JcL2b3U4Q to configure the hardware, but there is no display at all. Could you please tell me why?

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    September 19, 2025

    Hello @Huasin and welcome to the Community,

    You can take a working example from STM32CubeF4 firmware, as start point and make required updates according to your needs, this can help you as an implementation example:

    STM32CubeF4/Projects/STM32469I-Discovery/Applications/Display at master · STMicroelectronics/STM32CubeF4 · GitHub

    HuasinAuthor
    Visitor II
    September 19, 2025

    Hi, @Imen.D 

    I’m currently developing on a MacBook M1 and have already installed STM32CubeMX and STM32CubeIDE. I’ve looked at the example you provided, but I don’t understand how it can help me.

    Right now, I need the .ioc file generated by STM32CubeMX.

    I’ve tried checking other people’s GitHub repositories—many of them successfully display on the green board, but all attempts on the AU1 version have failed.

    Thanks

    Huasin