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.