NOTE:This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the
FreeRTOS forums.
FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services and the community. In return for using our software for free, we request you play fair and do your bit to help others! Sign up for an account and receive notifications of new support topics then help where you can.

This is a read only archive of threads posted to the FreeRTOS support forum. Use these archive pages to search previous posts. New forum support threads can be started at the FreeRTOS forums.
[FreeRTOS Home]
[Live FreeRTOS Forum]
[FAQ]
[Archive Top]
[November 2018 Threads]
Crossworks thread.js
Posted by
fizzyaid on November 7, 2018
hi,
dont suppose anybody has a up to date working threads.js for crossworks so i can monitor the rtos in the debugger?
thanks
Crossworks thread.js
Posted by
rtel on November 7, 2018
That file is very old, to be honest I had sort of forgotten it was
there. Suggest contacting Rowley directly as they provided it originally.
Crossworks thread.js
Posted by
fizzyaid on November 7, 2018
ok, i “fixed” it but i’m not sure if its 100% correct, will contact rowley and see what they say.
Crossworks thread.js
Posted by
rtel on November 8, 2018
Be grateful if you could attach your updated file to a post in this thread.
Crossworks thread.js
Posted by
fizzyaid on November 9, 2018
The easiest solution comes from this link:
https://github.com/arduino/OpenOCD/blob/master/contrib/rtos-helpers/FreeRTOS-openocd.c
const int uxTopUsedPriority = configMAX_PRIORITIES – 1;
At some point you removed uxTopUsedPriority which the threads.js was looking for when creating its task list. Defining it again in the application code to the defined value makes it work again.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.