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.

TMS320F28377S: SCI Flash kernel

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

I have tried importing and compiling C:\ti\C2000Ware_3_02_00_00_Software\device_support\f2837xs\examples\cpu1\F2837xS_sci_flash_kernel\cpu01 project.

I am getting following compiling error 

Is there any change in C2000ware newer version, for flash kernel? How to compile this flash kernel program?

Other example and ccs imports are working fine.

  • There is an importing error with this specific project in c2000ware & CCS. Normal CCS import is not working here.

    In makefile, wrong file paths are mentioned with tag C_SRCS__QUOTED and C_SRCS. After changing those, It worked!

    Pics shows paths before those changes.

    Hope this will others, who are facing the same.