error #10430-D: . TI. ramfunc section generated by __attribute__ . . . 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
TMS320F28P650DK: Cannot find device on EtherCAT - TI E2E support forums When I attempt to build for RAM or FLASH, it compiles without any errors After programming the board, the LEDs on port 0 blink despite nothing being connected to it, which is odd Additionally, when I try to connect it to TwinCAT or SSC, I cannot find any device
Load Data Code to Flash and Run from RAM on TI - MathWorks The TI compiler simplifies the process of automatically allocating RAM data using the ramfuncs attribute This attribute facilitates seamless integration of RAM data allocation within the flash memory
CCS TMS320F28377D: Link problem - TI E2E support forums Rename your "ramfuncs" sections to " TI ramfunc" Make sure to update any pragmas placing items in ramfuncs to place them in TI ramfunc Please refer to page 20 and 21 of this docs I think you will know how does the code be located Here it is software-dl ti com C28x_Microcontroller_ODW_4-2 pdf Regards,
Function (s) Not Loaded in RAM - TI E2E support forums So I can't seem to get TI-RTOS to not load something in flash, which means I have to load everything into flash Presently, it seems like my only hope of getting software breakpoints is to copy everything from flash into RAM at runtime