Hi All,
I'm able to flash the xplained pro board via atmel stdio 7.0 but few time before it stopped working but still i can flash the code properly.
when i debug the code gets stuck in the below function which is present in the gclk.c.
while (GCLK->CLKCTRL.reg & GCLK_CLKCTRL_CLKEN)
{
/* Wait for clock to become disabled */
}
I'm using LED TOGGLE Program from Example with no alteration.
Kindly help as my board is alive but not functioning.