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.
Hi
What kind of file is it that you want? SES creates output files, like .hex, .elf, and a lot of other output files, in an Output folder found in \YOUR_SDK_FOLDER\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_beacon\pca10056\s140\ses when you build a project.
Best regards,
Simon
Hi
What kind of file is it that you want? SES creates output files, like .hex, .elf, and a lot of other output files, in an Output folder found in \YOUR_SDK_FOLDER\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_beacon\pca10056\s140\ses when you build a project.
Best regards,
Simon
I want to know how code written in C language is expanded in assembler.
In other words, I want a file that contains assembler code, as in the following example.
; line 1581 mov x,!?L0041 clrb a cmpw ax,#05H bnc $?L0048 movw bc,ax mov a,?L0050+10[bc] shlw bc,1 mov CS,a movw ax,?L0050[bc] br ax