Execution Stops after "create" function [CYW20736A1KML2G]

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

cross mob
lock attach
Attachments are accessible only for community members.
hachc_2293006
Level 2
Level 2
First like received First like given

Hello all,

Created a sample project to dump trace information on timer call back . (modified one of the WICED application sample)

- When the firmware is uploaded to Development board CYW20737_LE_TAG4. I could seen periodic trace message printer through debug port.

- Whereas when same program dumped on to a custom made applicaiton board. The execution stops after "create()" function.

Attahced firmware upload log and trace dump from both Development board and Custom board.

Could I please have suggestions/overview on this?

thanks and regards

Haric

0 Likes
1 Solution
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

I assume you are using the 20736S SIP module.

Can you check the below entry in your cgs file?

ENTRY "PMU Crystal Warm up Time"

{

   "Crystal warm up time" = 5000

}

Is it 5000?

View solution in original post

2 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

I assume you are using the 20736S SIP module.

Can you check the below entry in your cgs file?

ENTRY "PMU Crystal Warm up Time"

{

   "Crystal warm up time" = 5000

}

Is it 5000?

Perfect!, Thanks for your suggestion,

I had tried with "Crystal warm up time" = 5000

and code gets executed.