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.

mapClocks() CLK2CNTL write to reserved bits

Other Parts Discussed in Thread: HALCOGEN, TMS570LS3137

In mapClocks() is written to reserved bits of CLK

systemREG2->CLK2CNTL = (systemREG2->CLK2CNTL & 0xFFFFF0F0U)
          | (uint32)((uint32)1U << 8U)
          | (uint32)((uint32)1U << 0U);

Can you please check this?

Regards,

Thomas Weber