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.

DSP BIOS - Configuration Tool - C2000 PIE - CAN Interrupt configuration

Hello DSP BIOS Champs!!

Here is a brief summary of the development environment I am working with:

CCS Version: CCSV4  (  Version: 4.2.1.00004 )

Target:  TMS320F28335 (eZDSP from Spectrum Digital)

Emulators: XDS510 USB and XDS100v2

Software Package: spra958i.zip (from TI)

Application: \spra958i\spra958i\CCSv4\F28335_examples_CCSv4_2010Aug10\F28335_example_BIOS_flash

Step to Reproduce:  

The problem is that when I configure the CAN interrupts via the DSP BIOS configuration tool GUI, the interrupts do not work.

However, if I manually configure the interrupts via the application as shown below, the interrupts work fine:

 

 

EALLOW;

PieCtrlRegs.PIEIER9.bit.INTx5 = 1;

 

IER |= (1 << (8));

 

EDIS;

The DSP BIOS config tool automates the process of configuring the interrupts right?  What could be wrong here?

Thanks,
Krishna Allam