Hello,
I am using TMS320C6748 custom board based on the omapL138 and i am using dsp/bios 5.42.
I want ti use ethernet communication with it in multithreading thats why i am using DSP/BIOS. i have configured the interrupts by graphical config tool but in debug my program always stucks at the line below in the configuration file 'DSP_6748cfg.s62'.
HWI_Obj 1, HWI_INT8, 8, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask, _iLoadTrack
Moreover, I am setting ethernet receive interrupt at HWI 8 but the all the time CSR stays at 0x14000102 that means that Global interrupt is disabled.
In IER i see that IER is enabled for the 8 and 9.
What should i do to resolve it?
Thanks in advance.