Other Parts Discussed in Thread: MATHLIB,
Tool/software:
Hi, I have a custom board which has two DSPs (c6672 & c6678) connected via hyperlink.
I have successfully tested the hyperlink interface with the example code provided in pdk_c667x_2_0_16.
But when I try to modify the memory address of 'dataBuffer' in the example code, something happens that I can't explain:
If I put 'dataBuffer' on the address 0xD00B_AA00, hyperlink works fine. (cpuTokenExchange)
But if I put 'dataBuffer' on the address 0xD000_0000, hyperlink fails (single write failed).
(I didn't make modifications on the hyperlink example code except for DATA_SECTION of dataBuffer.)
Would you please explain the reason for this?