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.

Can't write SYSCFG registers

Other Parts Discussed in Thread: OMAP-L138

Hi,

I used CCS to debug my OMAP code. I want to set PINMUX13 for testing the clock signal.  I wrote data to PINMUX13:  *PINMUX13 |= ( 1 << 4).  But the content of register  was unchanged when I check it from memory view. Also, the KICK0R and KICK1R contents were unchanged when I wrote data to them. Any suggestions?

Thanks!