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.

TMS320F28386S: Compile error with memcpy_fast_far

Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

Could you help to solve below compile error?

1. Console window shows the message about undefined error of memcpy_fast_far as below.

2. memcpy_fast_far.asm file is in project folder and memcpy_fast_far function is defined in it.

3. test code is as below. write memory with 1++ in while loop.

4. current setting is as below.

5. when change COFF to eabi, then there is no error.

But in this case, there is abnormal operation such as delay or reboot during test.

Thanks.