Can you give me the starter program of stm32f407vg ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 2:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 3:05 AM
What do you mean by "starter program"? The built-in bootloader? Why do you need it?
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 3:44 AM
the program wich i found when i bought the board !
i just need it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 3:47 AM
wich tests the leds and other peripherals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 4:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-25 5:19 AM
thanks a lot :)
