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