Error: FreeRTOS: uxTopUsedPriority is not defined

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
nayu_1324776
Level 1
Level 1
First question asked First reply posted

I install FreeRTOS to PSoC6.

However ,  I got an error on the console screen,

On the console screen

Error: FreeRTOS: uxTopUsedPriority is not defined, consult the OpenOCD manual for a work-around

Is this my misconfiguration?

0 Likes
1 Solution
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Does the following blog help you?

Task-Aware Debugging

View solution in original post

4 Replies
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Does the following blog help you?

Task-Aware Debugging

Thank you for teaching me. TakashiM_61 san

I tried the contents of the blog.

It worked when I added "static volatile int uxTopUsedPriority" and "uxTopUsedPriority = configMAX_PRIORITIES-1" to the main program.

However, the debugger did not start when the OpenOCD script was rewritten.

I want you to fix it when the development environment to update.

thanks.

0 Likes

Dear author,

I have to apologize late response...

is there any update for this? do you still have the issue that debugger can not be started?

thank you very much for you feedback on this.

0 Likes
Takashi_M
Moderator
Moderator
Moderator
1000 replies posted 500 solutions authored 750 replies posted

Dear author,

I am sorry for asking again.

could you please let us know the current status of this thread?

if you don't need further support for this, please kindly let us know.

thank you.

0 Likes