cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Program and Debug the Nucleo-F767ZI in Linux?

PR.5
Associate

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!

2 REPLIES 2
TDK
Guru

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.

If you feel a post has answered your question, please click "Accept as Solution".

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?