What's the reason to output: ASSERT, , L#0, stat=0x20EF08

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

cross mob
YufengP_26
Employee
Employee
50 sign-ins First solution authored 25 sign-ins

SDK:WICED-Smart-SDK-2.0.1

Module:20736

Basing on hello_client, customer is developing their own application, however once customer board is powered on, following logs can be found:

ASSERT, , L#0, stat=0x20EF08
ÃASSERT, , L#0, stat=0x20EF08
ASSERT, , L#0, stat=0x20EF08
ÃASSERT, , L#0, stat=0x20EF08
ASSERT, , L#0, stat=0x20EF08
ÃASSERT, , L#0, stat=0x20EF08
ASSERT, , L#0, stat=0x20EF08
ÃASSERT, , L#0, stat=0x20EF08
ASSERT, , L#0, stat=0x20EF08

Questions:

1. What's the reason to output those logs?

2. Are there some problems on customer codes? If yes, how to fix them?

Thanks!

0 Likes
1 Solution
YufengP_26
Employee
Employee
50 sign-ins First solution authored 25 sign-ins

The customer application RAM size is too big, once lower the application RAM size, those logs are gone. thanks!

View solution in original post

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

Can we take a step back and let us know how the customer configure his HW setup?

I also noted that the customer is using an outdated SDK version. Can he update it to 2.2.3?

YufengP_26
Employee
Employee
50 sign-ins First solution authored 25 sign-ins

The customer application RAM size is too big, once lower the application RAM size, those logs are gone. thanks!