Tool/software: Code Composer Studio
Hello sir,
I am working on TMS320F28377D processor. I have created a new project for my task and included all the supporting libraries and source files in that. I am not getting errors while compiling the project but getting them while debugging. The error I am getting as as below:
No source available for "0x3fe493"
This error will occur while executing the command
" SysCtlAuxClockSet(SYSCTL_OSCSRC_XTAL | SYSCTL_PLL_ENABLE | SYSCTL_IMULT(12) | SYSCTL_SYSDIV(4));"
Sometimes the erroe may occur while executing InitFalsh() function. I am trying to run the project in release mode( using flash)
Will you please help me out to solve this issue.
With Regards,
Nisha Gosavi.