Other Parts Discussed in Thread: TMS320F28335
Hi,
I am using TMS320F28335 on sys bios latest compiler (ver 6.2.0)
I am facing issue in getting the interrupt for xintf interface for zone 0 - i have mapped this to xint-3 and i get this interrupt from an externall controller on a GPIO.
For the same configuration i have a working code on DSP BIOS, where i get the interrupt with same hardware schema and firmware.
I doubt there can be some configuration in my .cfg file that has been missed out, hence unable to get the external interrupt for xintf zone 0.
FYI - I am able to have proper serial communication over SCI interface (with interrupts).
Only difference between these two builds is the new RTOS version (DSP BIOS to SYS BIOS), res all the initialization routines are same but some how i m unable to get the interrupt.
Can anybody help provide any expert comments on this. Has anyone faced similar issue after migration from DSP to SYS BIOS..?