Hi!
I'm using the DSK6455 and I'm trying to set-up a first project using interrupts with the DSP/BIOS (5_31_02). I think I configured the DSP/BIOS correctly to enable interrupts and to call my service routine. I found out that I have to enable the specific interrupt (e.g. hwi_int4) in the IER register. Therefore, I used the C64_enbaleIER() function. My C file compiles without any error, but the linker can not find the symbol "_C64_enableIER". I assume that some library is missing. Without this function call (and manually enabling the interrupt using the registers view in the CCS) my application works without any problems.
Regards,
Peter