<main> (Suspended : Signal : SIGTRAP:Trace/breakpoint trap

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

<main> (Suspended : Signal : SIGTRAP:Trace/breakpoint trap

跳至解决方案
2,616 次查看
holyhope
Contributor III

Hi to all, using MQX SDK 1.0.0 (not beta) on KDS 1.1.1 with P.E. on FRDM-K64 The debugger stop me on a signal trap on:

Thread [1] <main> (Suspended : Signal : SIGTRAP:Trace/breakpoint trap)

__boot() at boot.S:66 0x7cc

the code where happen is:

/* Disable interrupts and clear pending flags */

        ldr r0, =NVIC_ICER0

        ldr r1, =NVIC_ICPR0

        ldr r2, =0xFFFFFFFF

        mov r3, #8


the line#66 is the ldr r0


what it mean this signal trap? what I can do to execute my code? (the code cycle for ever in this instruction)

thanks

1 解答
1,521 次查看
soledad
NXP Employee
NXP Employee

Hi Massimiliano,

Please check the below thread an let me know if this helps!!

KDS and PE Micro Debugger Setup? | Freescale Community


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,522 次查看
soledad
NXP Employee
NXP Employee

Hi Massimiliano,

Please check the below thread an let me know if this helps!!

KDS and PE Micro Debugger Setup? | Freescale Community


Have a great day,
Sol

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,521 次查看
holyhope
Contributor III

Ok It seems that it was the problem

I workaround in another way

1,521 次查看
evgenyerlihman
Contributor IV

Hey Massimilano Sturla,

Could you please share your workaround?

Thanks,

Evgeny

0 项奖励
回复