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.
Tool/software:
CCS Version: 12.8.0.00012 Using Sysconfig (with mixed driverlib and bitfield) to support CLA. Also CLA math in ROM (for CLAsincos_inline) When LS8 and LS9 are used for CLA program code the program is not copied from FLASH to RAM. Disassembly/Memory browser shows 0000 at areas between debug symbols. Even using Sysconfig generated CLA_init() again after Board_init fails to copy. Other LS RAMs are OK. Likely something to do with Sysconfig and the lower linker addresses.
Win 11 Pro Version 10.0.22621 Build 22621
Target Custom board - Debugger XDS200 (TI/SD)
Known issue. Needs offset added for memcpy
SysConfig needs fix or many more reports will occur