Hi all,
I'm trying to develop a new PWM routine, and I'm follow the datasheet initialization configuration, but I found something that I don't understaand.
On the datasheet, in the chapter of the PWM, exactly on chapter 20.4 "Initialization and configuration": page 1239 at point 1, the datasheet says: "Enable the PWM clock by writing a value of 0x0010.0000 to the RCGC0 register in the System Control module (see page 456)".
But, if I go on the page 456, the RCGC0 register is a read-only register.
How can I write any kind of value in a read-only register?