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.

port TMS320VC5510 example to TMS320VC5505

Other Parts Discussed in Thread: TMS320VC5505, SPRC133

Hi,

I want to use the DSP BIOS with the TMS320VC5505 and the AIC3204. I found a simular example that uses the C5510. I want to port that code to 5505 board, and i can not resolve the CONTROLLER_FXN_TABLE address that later is used in PLIO_new() function. Any solutions to this problem?

// Set CONTROLLER_FXN_TABLE in the linker command file
#define CONTROLLER_FXN_TABLE DSK5510_DMA_AIC23_ILIO

extern LIO_Fxns CONTROLLER_FXN_TABLE;
static LIO_Fxns *controller = &CONTROLLER_FXN_TABLE;