Hello,
I am working on a DSP EVM TMS320C6474 and want to implement Serial RapidIO Interface on this board. To implement it, I would like to use the DIO_LIB, which is a function library of TEXAS INSTRUMENT.
My problem is the following issue : Tests present in the DIO_LIB need a specific library -> DirectIO_Debug_C6455.lib.
When I build the testDIO_WriteNread I get this error : fatal error: #error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
"C:/CCStudio_v3.3/C6000/csl/include/csl_chiphal.h"
I think that the problem comes from the csl_chiphal.h because this file doesn't containt the C6474 specifications and normally the program test must be implemented on the TMS320C6474, so my EVM.
Can someone help me for this problem.
Thanks everyone