Hi there,
I often got situation where code stopped somewhere in boot ROM, with error message like "No source available for "ox3ff16a". It'd be great if I can trace into the boot ROM. I've found the source code of boot ROM in the latest ControlSuite, imported & rebuilt the project, loaded the symbols. But it seems that the source code does not match the actual the binary in boot ROM since it often runs in comments lines. Where can I find the exact .out files or symbols files which matches the actual boot ROM? I'm using F28377D controlCard (Rev B) and the latest control Suite (v170). I used the source code in the following folder:
C:\ti\controlSUITE\libs\utilities\boot_rom\F2837x_revb\revb_rom_symbol_libs\c1rom_BootROMSymbols
There are two .lib files in those folder but I'm not sure if I can use them directly, i.e. without rebuilding from the source code project. PLease advise. Thanks!