Hi everybody!I'm currently working in a project with PIC24FJ64GA002. The problem is that I'm trying to implement a remote command to reset the device. First approach is software reset. I've tryed:asm ("RESET");__asm__ ("RESET");__asm__ volatile("RESET");a..
↧