Disable "powersave_timeout" but crash afterward.

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

cross mob
1 Solution
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA
You cannot use the create function of one application with the configuration of another. For all practical purposes, proximity_plus is a different application compared to proximity - it enhances proximity application by registering its own callbacks to handle events. In other words, proximity_plus (bleprox_mod_Create) has already modified proximity app (bleprox_Create).

View solution in original post

0 Likes
7 Replies
Anonymous
Not applicable
Is anyone duplicated this issue as well ? @@"

I test the proximity sample code and only modified the db config.

thanks.
0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog
I will investigate today with the software team Frank.
0 Likes
Anonymous
Not applicable
Hi Teams,

    Because I must reply customer that is it a unknown or known issue, >"<

    Can you please check if BRCM can duplicate this issue or not?

    If not, I think it is our issue and need to analyze root cause further.

    Thanks.
0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog
Frank,

The firmware team has a few items in their queue that they will need to complete before they can move onto testing the code you provided (perhaps in the next few days).  However, they confirmed that this is not a known issue with the BCM20732S, which has been on the market for some time now.
0 Likes
Anonymous
Not applicable
Hi Teams,

    I do a test and found a abnormal situation.

   

    1. run the "proximity_plus" sample code ==> Pass

    2. run the "proximity_plus" sample code with following modified ==> Failed

        APPLICATION_INIT()

        {

            bleapp_set_cfg((UINT8 *)bleprox_mod_db_data, bleprox_mod_db_size, (void *)&bleprox_mod_cfg,

            (void *)&bleprox_mod_puart_cfg, (void *)&bleprox_mod_gpio_cfg, bleprox_Create);

        }

    @_@a
0 Likes
Anonymous
Not applicable
Hi all,

   Can someone please advise about how to modify "bleprox_Create" function and to avoid "crash" ?

   thanks a lot.

Hi Teams,

    I do a test and found a abnormal situation.

   

    1. run the "proximity_plus" sample code ==> Pass

    2. run the "proximity_plus" sample code with following modified ==> Failed

        APPLICATION_INIT()

        {

            bleapp_set_cfg((UINT8 *)bleprox_mod_db_data, bleprox_mod_db_size, (void *)&bleprox_mod_cfg,

            (void *)&bleprox_mod_puart_cfg, (void *)&bleprox_mod_gpio_cfg, bleprox_Create);

        }

    @_@a
0 Likes
asridharan
Employee
Employee
10 comments on KBA 5 comments on KBA First comment on KBA
You cannot use the create function of one application with the configuration of another. For all practical purposes, proximity_plus is a different application compared to proximity - it enhances proximity application by registering its own callbacks to handle events. In other words, proximity_plus (bleprox_mod_Create) has already modified proximity app (bleprox_Create).
0 Likes