Hi,
I'm a newbie, but how do you Disable Flash Command Complete interrupt by these lines?
void CCIF_Handler(void)
{
/* Disable Flash Command Complete interrupt */
FTFx_FCNFG &= (~FTFx_FCNFG_CCIE_MASK);
return;
}
already got the answer, its simple, LOL