Tool/software:
Hi,
I am testing CSC example.
When testing CSC with customer_secure_simple_image, everything works fine.
When testing CSC with my own application, it doesn't work. The reason looks like that it goes directly to start the application without executing the first part of validating the images in two slots. Obviously it failed.
When further debugging the issue, just flash CSC and then check SYSCTL and BCR configuration in flash, INITDONE in SYSCTL register is already set without verifying the images. But the BCR configuration shows that CSC is enabled. Here is the screenshot:

Here is the big But. Although seeing this, it still works fine for CSC + sample image later one. I realize it properly is not the correct way to debug the CSC and I assume that the register value shown here is not the correct value.
So my questions is, if my assumption is true that this way to check the SYSCTL value is not correct?
And then I am wondering if the only way to debug where CSC fails to verify my main application is to check the information printed to Trace module, right? Any other way to do that?
Thanks!
Crane