kapukiran wrote on Saturday, December 14, 2013:
Hi,
is FreeRtos Trace suitable for Tms570ls3137. how can I use FreeRtos Trace in Tms570ls3137
kapukiran wrote on Saturday, December 14, 2013:
Hi,
is FreeRtos Trace suitable for Tms570ls3137. how can I use FreeRtos Trace in Tms570ls3137
rtel wrote on Saturday, December 14, 2013:
I don’t think there is an off the shelf port to that part, so you could either use the generic port (which necessarily has a low resolution because it uses the RTOS tick count for times) or create a port yourself. A specific port can be created for any device that has a time source that provides a higher frequency time count than the tick count. See the following page: http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_Trace/FreeRTOS_Plus_Trace_Supported_Microcontrollers.shtml
Regards.