Part Number: RM48L952
Tool/software: Code Composer Studio
I am trying to run F021 flash lib in ram, and when compile it shows no matching section, how can I fix this problem?
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.
Part Number: RM48L952
Tool/software: Code Composer Studio
I am trying to run F021 flash lib in ram, and when compile it shows no matching section, how can I fix this problem?
Hello,
Please add section (text) after the flash library.
--library= ..\..\..\lib\F021_API_CortexR4_LE_V3D16.lib (.text)
Please tell the linker where to find this library. Please refer to the example code of linker cmd used in TI bootloader.
--library= ..\..\..\lib\F021_API_CortexR4_LE_V3D16.lib (.text)