This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ARM Privilege Mode-OMAPl138 code hangs

Other Parts Discussed in Thread: OMAPL138

 

 

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.