Thanks for the quick reply. Thanks to MCUOnEclipse I was able to get a FreeRTOS "hello world" application running with a minimum of fuss. Still no luck getting the third-party task aware debug to work, but I'll worry about that later.
I see that FreeRTOS has ...FromISR() event functions. I assume these are the ones I'll use to notify my tasks from ISRs? Pardon my ignorance, but how should the interrupt priorities be set up? Does the ISR just need to be of lower priority than the RTOS interrupt so that it doesn't block when trying to call a privileged function? The last time I touched FreeRTOS was several years ago and I'm awfully rusty.
Thanks,
Scott