is dspic33EP512GM710 supported by freertos?

bodose wrote on Sunday, July 16, 2017:

Is the dspic33EP512GM710 µC supported by FreeRTOS?
Is there a list with all Microchip µC’s supported by FreeRTOS?

tlafleur wrote on Sunday, July 16, 2017:

You may want to read this as it discusses some limits on some newer PIC24/dspic33 with SPLIM

https://interactive.freertos.org/hc/en-us/community/posts/210026846-FreeRTOS-V8-2-0-port-for-ALL-16-bit-PICs-with-hardware-stack-checking-SPLIM-

Unless you have very specific needs for the 16bit PIC, you may want to consider their PIC32 processors

bodose wrote on Monday, July 24, 2017:

@lafleur,
many thanks for your answer,Sorry for my delay but I was on a business trip last week. My question aim to the following part of the dspic demo code port.c:

#ifndef portRESTORE_CONTEXT
#error Unrecognised device selected

/* Note: dsPIC parts with EDS are not supported as there is no easy way to
recover the hardware stacked copies for DOCOUNT, DOHIGH, DOLOW. */
#endif
regards Bodo