Skip to main content
Explorer
January 12, 2021
Solved

How to get *.out file?

  • January 12, 2021
  • 2 replies
  • 1580 views

Hi,

When i use STM32CubeMonitor, I can't understand add some of values.

0693W000007AqQxQAK.png*.out file is not created when stm32 project debug?

How to get this file or know value's start address?

0693W000007AqR7QAK.png

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    The file should be generated by the build operation in your IDE or toolchain. Format .out or .elf file will be fine.

    If the file is not generated, you must check the options in the IDE.

    Copy the file in the folder "F:\STM32\Q_Test\" and you should see it in the List. Then select the file, and the variable with static addresses will be displayed in the variable list.

    2 replies

    ST Employee
    January 12, 2021

    The file should be generated by the build operation in your IDE or toolchain. Format .out or .elf file will be fine.

    If the file is not generated, you must check the options in the IDE.

    Copy the file in the folder "F:\STM32\Q_Test\" and you should see it in the List. Then select the file, and the variable with static addresses will be displayed in the variable list.

    Explorer
    January 12, 2021

    When find files, End Directory is "Debug" folder.

    Only then will the "elf" file be visible.​

    Explorer
    January 12, 2021

    When find files, End Directory is "Debug" folder.

    Only then will the "elf" file be visible.​