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
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.
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