Part Number: TMS320C6424
Tool/software: TI-RTOS
I have two questions about www.ti.com/.../spraak5b.pdf
1) on line 315 of genAIS.pl
ofd6x -x --obj_display=none,header,optheader,sections,symbols $dotOutFile > $xmlFile
I had to remove "symbols" because I saw an error about <name> not unique in the <symbol_table>. Is there any important information in <symbol_table>? I was hoping an updated version would fix this.
2) the example code in genAIS_emif_withCfg.bat
..\..\..\bin\genAIS -otype ascii -i docExample.out -o docExample_emif.ais -bootmode emif -datawidth 16 -cfg evmdm6437.cfg
I added -crc 0 because the CRC was a 64-bit integer instead of a 32 bit integer. Why would this one value change type? This this an error in the CRC?
Thank you,