I have a question about "SEGGER Embedded Studio for ARM V4.12".
Please tell me how to output the compiled assembler code to a file.
I have a question about "SEGGER Embedded Studio for ARM V4.12".
Please tell me how to output the compiled assembler code to a file.
Thank you for explaining what you want. In SES there's an option in the "Compiler" category named "Keep Assembly Source". It's set to "No" by default, but can be set to "Yes", which will make the compiler save the assembly files for you.
Best regards,
Simon
Thank you for explaining what you want. In SES there's an option in the "Compiler" category named "Keep Assembly Source". It's set to "No" by default, but can be set to "Yes", which will make the compiler save the assembly files for you.
Best regards,
Simon
I tried it.
The assembler file that I wanted was output.
The problem has been resolved.
Thank you for answering.