Hi
Iam currently using the hawk board containing OMAP l138 processor. I have downloaded the rCSL examples from link
http://processors.wiki.ti.com/index.php/QuickStartOMAPL1x_rCSL
I tried to use the examples present in it for OMAPL138..Iam using CCS4 and XDS100v2.
Processor goes to infinite run after executing the below function
// Intrinsic Function; Gain 'supervisor' privileges
_call_swi(ARM_PRIV_MODE_KEY);
Iam confused what may be the problem.I have even given some value corresponding to stack and heap in the CCS project, still problem exists..
Kindly help me in solving this issue.