Breakpoint FreeRtos debugging

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Breakpoint FreeRtos debugging

跳至解决方案
1,783 次查看
AchrafOukheir
Contributor III

Hello , 
I can 't have an enabled breakpoint , also FreeRtos tasks (threads) I can't see them however. I create 4 tasks.

AchrafOukheir_0-1712080194441.png

Maybe it's not well configured. I am based on the Freertos s32k344 example.

maybe my debugger doesnt support FreeRtos, my debugger is :

AchrafOukheir_0-1712082323905.png

 





标记 (2)
0 项奖励
回复
1 解答
1,748 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @AchrafOukheir 

According to the shared images, looks like you have selected the Skip All Breakpoints. This command marks all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution. 

VaneB_0-1712266326956.png

 

B.R.

VaneB

在原帖中查看解决方案

3 回复数
1,154 次查看
nirmal_masilamani
Contributor IV

Hi,

I am using S32 DS V3.4 , using Free RTOS with 2 task. When i try to debug, breakpoint are hitting at very first time, but after triggering Resume option, breakpoints are not hitting. 

 

Anyone please give me some suggestion to resolve this error.

0 项奖励
回复
1,749 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @AchrafOukheir 

According to the shared images, looks like you have selected the Skip All Breakpoints. This command marks all breakpoints in the current view as skipped. Breakpoints marked as skipped will not suspend execution. 

VaneB_0-1712266326956.png

 

B.R.

VaneB

1,730 次查看
AchrafOukheir
Contributor III
Thank you. If the breakpoints are resolved, the FreeRTOS debugging features will work.
0 项奖励
回复