LPC55S16 AHBCLKDIV Problem
i wonder that my core frequency is not correct and found that the value in the
AHBCLKDIV register is 0x1 after reset. this means the divisor is set to 2
The user manual says: the default value after reset is 0x0
so i set this register to 0 to set the divider to 1
if i do this, my CPU stopped.
if i set the divider to 2 the the clock is divided by 3, that works fine
if i set the divider to 1 the the clock is divided by 2, that works fine
but i cant set the value to 0
CPU stopped
Bernd