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.

RTOS/TMS320C6748: How to register an user interrupt routine for McBSP, SPI peripheral using PSP driver in DSP/BIOS

Part Number: TMS320C6748

Tool/software: TI-RTOS

I use tms320c6748 in my project. in my project I use DSP BIOS: 5.42.01.09 . I want to use PSP driver to configure McBSP, SPI peripheral in interrupt mode. But in PSP driver, I can not find how to register my own interrupts ISR to send and revceive data. Can you give me an example source code using user define interrupt ISR for McBSP peripheral? Can use PSP driver to register user define interrupt ISR for those peripherals?