Using FreeRTOS+TRACE with Arduino DUE via SAM ICE

owaisfazal wrote on Monday, September 30, 2013:

Hello,
I have looked into the above mentioned example but couldn’t figure out the integration process because;

None of the files mentioned for using TRACE on PERCEPIO website are included in the main code, Secondly in FreeRTOSConfig trcKernelPort.h is defined but is nowhere to be found inside the demo directory.

I have tried copying Base.c Hardwareport.c Kernel.c User.c from GenericRecorderLibSrc folder directly in libraries\FreeRTOS_ARM folder of Arduiono IDE as well as the contents of GenericRecorderLibSrc\KernelPorts\FreeRTOS , GenericRecorderLibSrc\Include and GenericRecorderLibSrc\ConfigurationTemplate. After this I have tried including all .c and .h files related to Recorder library into my sketch for Arduino DUE but I have been experiencing a list of errors.

Please advise how I should rectify this.

Regards.