2009-07-09 04:00 PM
Error: verification of flash memory failed after write operation
2011-05-17 06:03 AM
Hey Jatin and Morza,
The HSE clock frequency is 16 Mhz. -SU2011-05-17 06:03 AM
Hi Sandeep,
The clock switching sequence should be like: /* Disables Switch interrupt */ CLK->SWCR &= (u8)(~CLK_SWCR_SWIEN); CLK->SWCR |= CLK_SWCR_SWEN; // Enables Clock switch CLK->SWR = (u8)CLK_SOURCE_HSE; while((CLK->SWCR & 0x01)); // wait for SWBSY to get cleared Pls try this sequence and let me know.2011-05-17 06:03 AM
Dear all,
I think he should check the load capacitance of the 16M OSC.Connect the OSC correctly according to datasheet.Change capacitor size to 22pF and try...