STM32F429ZI Nucleo demonstration - is this it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 3:43 AM
I am developing a project using STM32F429ZI, I have bought a Nucleo board, read the quick start guide, plugged it into USB power & ethernet... so now what?
The quick-start guide literally says "Press button B1 (left button). Observe the blinking frequency of the three LEDs LD1 to LD3 changes, by clicking on the button B1."
Is that it for demonstration? :|
Do we not get a web page or something from the board to show it working?
Given that I selected this specifically because we are developing an Ethernet-connected device I was hoping for a little bit more from ST to get the basics up & running and show a bare-bones IP project.
Or perhaps it's a failure of documentation because I can't see anything in any of the guides or manuals that says anything more than "look at the blinky lights". :\
Solved! Go to Solution.
- Labels:
-
STM32Cube MCU Packages
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 5:33 AM
There are many examples in CubeMX repository including some with ethernet functionality. This is a subset. The program that comes with the board doesn't use the ethernet connector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 4:52 AM
Now choice your IDE , download F4 support, and open examples projects...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 5:15 AM
...for documentation on how the board runs out of the box?
I am not asking about programming the board myself, I'm saying that whatever it runs "out of the box" is (apparrently) completely undocumented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 5:33 AM
There are many examples in CubeMX repository including some with ethernet functionality. This is a subset. The program that comes with the board doesn't use the ethernet connector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 5:52 AM
I've never seen that list - where is that hiding in the CubeMX IDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 6:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 6:16 AM
Aha, whenever I click that my CubeMX just sits and spins the blue circle forever... guess I need to check for updates and hope it's fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 6:32 AM
If the GUI is too slow or not convenient, you can browse all these examples on github or in your local installed Cube package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 6:53 AM
The CubeF4 repository also has many projects and examples
Repository\STM32Cube_FW_F4_V1.24.2\Projects\STM32F429ZI-Nucleo\Examples\ADC .. WWDG
Repository\STM32Cube_FW_F4_V1.24.2\Projects\STM32F429ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS
\Repository\STM32Cube_FW_F4_V1.24.2\Projects\STM32F429ZI-Nucleo\Applications\USB_Host\MSC_Standalone
and others which could be ported from EVAL and DISCO examples
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-25 9:35 AM
Out of the box is board in teoretical EMPTY, but for manufacturer and your quick check if board buttons and leds work is preprogrammed with blinky....
