Skip to main content
malek boufahja
Associate II
August 25, 2018
Question

Can you give me the starter program of stm32f407vg ?

  • August 25, 2018
  • 5 replies
  • 1125 views

..

    This topic has been closed for replies.

    5 replies

    waclawek.jan
    Super User
    August 25, 2018

    What do you mean by "starter program"? The built-in bootloader? Why do you need it?

    JW

    malek boufahja
    Associate II
    August 25, 2018

    the program wich i found when i bought the board !

    i just need it

    malek boufahja
    Associate II
    August 25, 2018

    wich tests the leds and other peripherals

    waclawek.jan
    Super User
    August 25, 2018

    Which board? F4-Disco?

    The demonstration programs are part of the Cube package, e.g. for F4-Disco, download the CubeF4 https://www.st.com/en/embedded-software/stm32cubef4.html (or if you have CubeMX you have it already downloaded as "firmware package") and it's under [STM32Cube_FW_F4_Vx.x.x]\Projects\STM32F4-Discovery\Demonstrations\. For most boards there's also a binary there; for the DiscoF4 there's no binary (I don't know why), but you can find a binary in the older, SPL-based package https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-library-expansion/stsw-stm32068.html

    JW

    malek boufahja
    Associate II
    August 25, 2018

    thanks a lot :)