Hi there,
we just updated from CCS V5.3 to CCS V5.5. Now, we are not able to debug/program our target any more.
What we did:
- Opened the V5.3.Workspace with V5.5
- we did NOT recompile!
- start DEBUG session
- OUT-file (generated with V5.3) is loaded into target
- target goes into 'prefetchEntry' when accessing address 0xFFFFFFE4
- sys_startup.c (generated by HalCoGen V3.5.2), line 117
- "if ((SYS_EXCEPTION & POWERON_RESET) != 0U)"
- sys_startup.c (generated by HalCoGen V3.5.2), line 117
- We also tried to recompile our project with V5.5, but there was no change in behavior of the target.
- switching off the target and powering up again (without debugger) leads to NO success.
With V5.3:
- compiling and debugging the project with V5.3 works great. Target runs and never enters "prefetchEntry"
- switching off the target and powering up again (without debugger): target runs fine
Are we missing something?
Best regards, Andreas