How can I get an assembler listing from my sketch written for an Arduino Due?
Looking around in this forum I found a tip: "use objdump with the binary"
I also found a tip where to find the .elf file which contains the binary.
Now remains the question:
If using objdump is the best/simplest way what do I need in order to use objdump?
Or is there another way to get the assembler listing?