How do I Program and Debug the Nucleo-F767ZI in Linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-24 11:09 AM
I have a Nucleo-F767ZI and I have used IAR to build a .out of my project in Linux (Ubuntu 18). I would now like to load and run this project on the board. How do I do this? What additional tools, or Hardware, if any, do I need?
Thank you!
- Labels:
-
STM32F7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-24 1:34 PM
Doesn't IAR have built-in debugging tools? You should be able to plug in the board via USB and use the on-board ST-Link to program/debug it. STM32CubeIDE and others can certainly do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-24 2:01 PM
Thank you for replying. The IAR tool chain that I have seems to have the Compiler and Linker, not sure if it has the Loader. Can you tell me what the loader executable is called? Or is that an IAR specific question?
