fx3 segger CyU3PKernelEntry ();

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

cross mob
gean_3054931
Level 5
Level 5
10 likes given 5 likes given First like received

Hello,

can anybody reply to below thread?

FX3 JTAG SEGGER

thank you

0 Likes
1 Solution
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

It is answered in thread FX3 JTAG SEGGER

Please set the following breakpoints in the firmware and do stepover at KernelEntry

By default the debugger stops at Main.

1. Put a break point at application define function (CyFxApplicationDefine)

2. Otherone at Thread_Entry function (for example - UVCAppThread_Entry in UVC An75779 firmware )

After this, if you do stepover at kernelentry, it will take you to Application Define. Then it will take you to Thread_Entry.

Hope this solves your problem.

I have tested at my end. It is working fine.

View solution in original post

0 Likes
1 Reply
KandlaguntaR_36
Moderator
Moderator
Moderator
25 solutions authored 10 solutions authored 5 solutions authored

It is answered in thread FX3 JTAG SEGGER

Please set the following breakpoints in the firmware and do stepover at KernelEntry

By default the debugger stops at Main.

1. Put a break point at application define function (CyFxApplicationDefine)

2. Otherone at Thread_Entry function (for example - UVCAppThread_Entry in UVC An75779 firmware )

After this, if you do stepover at kernelentry, it will take you to Application Define. Then it will take you to Thread_Entry.

Hope this solves your problem.

I have tested at my end. It is working fine.

0 Likes