Hi @mirhamza708
From your description, it seems like the LPC55S28 is remaining in ISP mode after programming, even though you’ve loaded a valid program and ensured that the ISP boot pin (PIO0_5) is pulled high.
The ISP pin (PIO0_5) is used to force the device into ISP mode. If this pin is floating or configured incorrectly, the device might incorrectly enter ISP mode even if a valid program is present.
Action:
• Verify that PIO0_5 is pulled high with a strong pull-up resistor (e.g., 10 kΩ).
• Double-check that there are no unintended signals driving this pin low during startup.
BR
Harry