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.

Setting SYS/BIOS up to use C674 instead of C64P

Hello,

I am using CCS 5.5 and am new to SYS/BIOS. I have always used DSP/BIOS. I am trying to create a project that will allow me to use either processor on the OMAP L-138/C6748 device. I have setup my project to use the C674 processor at this time. When I add hardware interrupt definitions to the project I am running into problems. I am attempting to define an interrupt handler for interrupt 94 (UPP) of the device. SYS/BIOS is throwing an error since this interrupt level is outside the bounds of the C64P processor. I don't want to use the C64P, I want to use the C674 processor. I do I get SYS/BIOS to not use the C64P device?

Thanks in advance

Elwood