Hi,
I had disable SWD,RST NMI in main function. So I can not burn the program again.
SIM->SOPT &= ~SIM_SOPT_NMIE_MASK
SIM->SOPT &= ~SIM_SOPT_SWDE_MASK
SIM->SOPT &= ~SIM_SOPT_RSTPE_MASK
Connected to ULINK plus, Keil prompts SWD communication failure.
If the NMI pin is grounded , the program cannot be burned too.
How can I solve the problem?
Thanks.