Hi!
I currently have this Piccolo TMS320F28035 Isolated controlCARD.
Card:
http://www.ti.com/tool/TMDSCNCD28035ISO
Docking Station:
https://www.ti.com/tool/TMDSDOCK28035
Micro Inverter Baseboard:
http://www.ti.com/tool/TMDSSOLARUINVKIT
I am using the Solar Micro Inverter sample code located in ".../controlSUITE/development_kits/TMDSSOLARUINVKIT_v100/MicroInv_F2803x".
I wanted to know if there was any way to extract the runtime assembly trace (not static) from the executable that gets compiled? When I build the project, I see that there is a ".out" file that is created. I am assuming this is what gets flashed onto the board when I program it. I want to take this executable and then disassemble it so I can observe all the assembly code. Is this possible?
Any suggestions would be appreciated!
Thanks!