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;