Hi,
I got a new contract with a new customer on embedded development. They use a concerto F28M35H52C1 microcontroller and development was made by successive teams from different companies without any good documentation of either tools documentation and software architecture.
I got some feedback about development environnment etc.... So from that, I installed CCS v5.5 + TI-rtos, IPC etc... with same versions of previous developers. I imported the project and tried to launch a debug and got couple of issues I have already fixed.
From now, I can load application on both ARM and C28 cores and run them. But, I still have an issue setting breakpoints. Breakpoints keep grey and program never stops. Of course, I tried to reload symbols without any help (CCS doesn't even show that symbols are loaded).
I noticed I have a warning message in the debug window below te ARM core description: xxxxx does not contain frame information
Do you have any idea from what this issue is coming? Is there any issue with the generation of symbols in the *.out file or is it something with the debug configuration?
Thanks
Chris