Hi Ashish,
Thanks for the reply .
I am using following version of the tool chain as asked :
CCSTUDIO - Version: 5.5.0.00077
XDCTool - xdctools_3_25_03_72
SYSBIOS : bios_6_35_04_50.
I am debugging the EEPROM module.I am trying to write on EEPROM mapped location through write CAN message. The EEPROM is interfaced with spi driver.
The curent status is that with current clock settings,port mapping to spi, epprom paremeter mapping , i am am able to get data in spi buffer.After that program control jumps to the interrupt subruntine and in turn jumps to the task.But after that the program control gets lost .So it looks like a linking issue to me.
Please help on this.