How to use jlink debug STM32F4xx on Wiced Studio?

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

cross mob
lx58
Level 1
Level 1
5 sign-ins First solution authored First reply posted

I have a STM32F412+CYW43438 EVB to develop a ioT device.

I try to follow all debug configuration settings on forum but I get a problem here.

I set breakpoint at my application_start in Startup option but actually start at WICED/platform/ARM_CM4/crt0_GCC.c _start

Have someone to help this issue?

 

0 Likes
1 Solution
lx58
Level 1
Level 1
5 sign-ins First solution authored First reply posted

Hi Rakesh_BG,

Very appreciated your response, it work now. 

Thanks a lot.

lx58

View solution in original post

0 Likes
4 Replies
lock attach
Attachments are accessible only for community members.
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @lx58 ,

You can refer to the document attached for the steps to debug on Wiced Studio .

Document gives the steps for 43907 . you can use by making small modifications .

Thanks,

Rakesh B G

lx58
Level 1
Level 1
5 sign-ins First solution authored First reply posted

Hi Rakesh_BG,

Very appreciated your response, it work now. 

Thanks a lot.

lx58

0 Likes
lx58
Level 1
Level 1
5 sign-ins First solution authored First reply posted

I got a problem now. I can't step into my application_start(). Even I modify Startup->Set breakpoint at: application_start. Have someone can help or point out what wrong is for me?

lx58_0-1648794576171.png

 

 

0 Likes
lx58
Level 1
Level 1
5 sign-ins First solution authored First reply posted

I try to modify Startup settings as below and debugging will start at _start in crt0_GCC.c

Press several F6 then tracing jump into application_start.

lx58_0-1649050924940.png

 

 

0 Likes