This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Sys/Bios with UIA-Logger

Part Number: TMS320F28388D
Other Parts Discussed in Thread: TMS320F28377S

I want to build a Sys/Bios project with UIA-Logger and I do not get it run. The starting point is the Sys/Bios\TI Target Examples\Typical  example for this processor (CPU1).

In the next step I added the UIA.

When I build the project, I get the following error messages:

What is the problem? The same procedure is working for the TMS320F28377S. You will find my complete project within the following ZIP-container.

RTOS-Test.zip

  • I switched your project settings from FPU64 to FPU32 and it was able to build. F2838x isn't listed in C:\ti\uia_2_30_01_02\docs\devices.html, so it was probably never updated to support a C2000 device with FPU64.

    There are instructions in the System Analyzer User's Guide on how to rebuild UIA. You may be able to figure out how to add ti.targets.elf.C28_float64 targets to UIA and rebuild it yourself, but unfortunately it's not officially supported and we don't have a plan to add it currently.

    Whitney