Good day Rahul,
I am currently working towards debugging a binding application (based on the examples you gave me) for the secure C6748. At the moment I am booting a simple application over UART that does nothing other than opening the JTAG interface for emulation.
When the exit mode of this simple unlock application is set to NONSECURE, it is possible to load an application via JTAG in CCS 5. However, to debug the secure binding process, I need to set the exit mode to SECUREWITHSK, since I have to access the secure kernel APIs. It is at this point that the MPU and IOPU configuration come into play.
What I am currently seeing in CCS 5 is that the GEL file successfully executes, but instead of the play button becoming active in the debug perspective, it appears as though the application is attempting to automatically execute, i.e. the pause button immediately becomes active, as if the play button was already pressed.
I came across this related post:
http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/p/202929/720619.aspx#720619
but I still do not know what all the fields for the IOPUCONFIG means.
Can you please provide me with some more information and/or documentation on the matter?
Thanks in advance!