Hi @DHARSAN
1. If the GPIO pins show the same state (high or low) regardless of how they’re configured, it suggests that the pins might not be properly initialized or that the microcontroller is in a mode where GPIOs are not functional (e.g., ISP mode).
2. The LPC845 does not necessarily need an external clock source to function.
If you’ve configured the PLL, ensure that the reference clock is stable. If the PLL isn’t locking or if the input frequency is unstable, it can cause erratic clock behavior.
You can also route the clock signal to a pin for testing by configuring the CLKOUT feature. This can help you measure the actual clock signal on an oscilloscope to verify its stability and frequency.
BR
Hang