MPLAB RTOSDemo_PIC24

The project builds and executes; the LCD shows text, the LEDs flash etc. but after 2mins and 20s the program always resets ( emulator stops with the PC pointing at the reset vector ). I’m using the standard Microchip Explorer 16 Development Board. The project was missing the define below which I took from the Visual Studio demo example, otherwise the project is completely unaltered. define configTIMERTASKPRIORITY ( configMAX_PRIORITIES – 1 ) I don’t have a loop back connected on the serial port so the LCD shows “FAIL #2” but I don’t believe this should cause the rpogram to reset. In fact all of the demo taks from main can be commented and the program still resets. Maybe the watchdog is enabled but not serviced.

MPLAB RTOSDemo_PIC24

Maybe the watchdog is enabled but not serviced.
That would be the first thing to check then.

MPLAB RTOSDemo_PIC24

Thanks for your friendly reply 🙂 I guess I’m trying to point out that your standard demo code fails and you might want to correct it ( watchdog and missing define ) so that other people have a better first experience of FreeRTOS ?

MPLAB RTOSDemo_PIC24

I will give it a try before the final v9 release. What was the part number of the PIC24 you were using?

MPLAB RTOSDemo_PIC24

Disabling the watchdog seems to fix it CONFIG1(FWDTENOFF) The part on the baord is a PIC24FJ128GA010. Do you happen to know if this FreeRTOS port will work for a PIC24FJ128GA306 ?

MPLAB RTOSDemo_PIC24

I’m not aware of any reason why it wouldn’t work with the PIC24FJ128GA306.