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.

How to get in to privilege mode in StarterWare

Other Parts Discussed in Thread: AM3358

I use BBB with StarterWare. I want to set CONTROL_CONF_GPMC_CSN(0) regeister, but i can't set it

I think i need get into privilege mode at first.

But I don't know how to do?

Write CPSR like this? Or other

asm("MSR CPSR  #0xdf");

Thank you