RTOSDemo of the MPLAB X have problem

Hi, I have used FreeRTOS V6.0.0 with Mplab 8.92 and I don´t have problem. Now, I need design new project with PIC32MZ family and I want to use FreeRTOS V8.2. So, I made the download of file FreeRTOSv8.2.zip and compile Demo project at the MPLABX. The compile worked. The problem happened when I tried to simulate the program. The simulate always stop at the function generalexception_handler. I didn´t change anything at project. So, I guess the program should run well. What is wrong with RTOSDemo project for MPLAB X? Details: I have used Mplab X 2.30 and my compiler is XC32 v1.34 I get the excepcode= EXCEP_AdEL(0x04)

RTOSDemo of the MPLAB X have problem

Unless Microchip have changed something very recently it is a known issue with the simulator that it cannot simulate a FreeRTOS application. I’m not sure of the root cause, but basically it is not a “complete” simulator – maybe more of an instruction set simulator. Regards.