Part Number: TMS320F2800137
Hi,
I have a question regarding C28x family disassembler DLL provided by TI (disassemble_ank.dll). Up until now we saw that disassembler disassembles only one instruction at once, so even if I send 0x100 bytes of data buffer to dll, only first instruction will be disassembled (only one string returned).
Is it at all possible to configure disassembler (dll) so it would return multiple disassembled instructions at once?