Hello
According to my understanding you are changing the value of the PLL within the application.
If you are doing so you need to configure your connection to tell the debugger PLL might change in the application.
In order to do that:
- Select Multilink/Cycllone Pro -> Connection or Communication
- In the P&E ICD12, Cable12, Multilink, Cyclone Pro Connection dialog activate the Special Setup tab.
- Check Set CLKSW bit in BDM control register.
- Click on OK to close the dialog.
From now on the debugger should be able to resynchronize after a change of PLL
CrasyCat