Hello,I use PIC32MZ2048EFM100 and xc32 v1.44 Is it normal this code doesn't generate _general_exception_handler interrupt ?
char * ptMakeError = NULL;
printf("%i\n", *ptMakeError);
=> It should generat..