Hi all,
I am porting the classic CW 6.3 project to CW 10.6.4 (Eclipse based). After resolving number of errors n blockages ,I have successfully compiled the code.
MCU is : MCF51AG96 (Coldfire V1)
Programmer Hardware : PE Micro USB Multi-link Interface
While debugging, I am facing errors like (Any one at a time)
1. No source available for "0x00FFFFFE (0x00FFFFFE)() "
2. No source available for "0x00000000(0x00000000)() "
I have selected entry point to reset.
After analysing , I found that the code loops in "__ram_initialization" and "clear_mem" in startcf.c and then it gives error mention above.
Please provide me the solution for the same.
Thanks in advance.