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.

error #10430-D: ".TI.ramfunc" section generated by __attribute__((ramfunc)) or --ramfunc=on requires a SECTIONS specification to function.

Other Parts Discussed in Thread: TMS320F28377D, C2000WARE

Hey John,

I am facing something similar. Please find the errors mentioned console as the attachment.

I am working on TMS320F28377D. (CCS v7)gmake error_ console.rtf

Regards.

  • Rohan,

    I believe the issue here is that there is no linker command file in the project.  The linker command file defines the memory map for the device as well as where to place items within it.  Attached are a couple of files.  I extracted these from C2000Ware.  When I import a C2000Ware example project it will use one of these.

    Inside the file you can see all of the sections specifications.

    Regards,

    John

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/81/2837xD_5F00_FLASH_5F00_lnk_5F00_cpu1.cmdhttps://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/81/2837xD_5F00_RAM_5F00_lnk_5F00_cpu1.cmd

  • John,

    Yes it seems to bea Linking problem. I imported whole LED blink example and replaced only the code (blinky.c file) and the program is running now.

    thanks for the help.