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.

CCS/AM5708: AM570x_startup_common.gel file has references to AM571x functions

Part Number: AM5708

Tool/software: Code Composer Studio

Running the startup script fails on AM5708 board because it can't find matching functions:

CortexA15_0: GEL Output: --->>> AM570x Target Connect Sequence Begins ... <<<---
CortexA15_0: GEL Output: --->>> AM570x PG2.0 GP device <<<---
CortexA15_0: GEL: Error while executing OnTargetConnect(): 'AM571x_DDR3_666MHz_Config()' not found
at AM571x_DDR3_666MHz_Config() [AM570x_startup_common.gel:40]
at OnTargetConnect()

I am on CCS v8 (latest from the website)