Porting Guide/API? Want to port to DSP56F805

greg-m wrote on Tuesday, January 20, 2009:

Hi,

I’m interested in porting the FreeRTOS to Freescale’s 56800/E hybrid family (specifically the 56f805) for CodeWarrior.

Is there some step-by-step porting how-to guide, and an API on what functionality needs to happen in port.c & portmacro.h etc.?

Has anyone else had any luck porting to a platform that has the ‘Processor Expert’ generated ISR, timer etc. code?

Thanks,
Greg

rtel wrote on Tuesday, January 20, 2009:

This might help get things started

greg-m wrote on Tuesday, January 20, 2009:

Hi,

Yes, I’ve gone through that - but the “Implementing the stubs” section is where I need more info… ?
It’s mentioned as being ‘the difficult bit’ but no more info on it :frowning:

-Greg