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.
Anonymous
Not applicable

Hello.

My Platform is BCM9WCDUSI09 and SDK 3.1.2

I have downloaded "BCM9WCDUSI09.zip" file.

below are 233 line and 238 line of platform.c file

const platform_gpio_t wifi_control_pins[] =

{

    [WWD_PIN_POWER      ] = { GPIOC,  7 },

    [WWD_PIN_RESET      ] = { GPIOC,  1 },

//#if defined ( WICED_USE_WIFI_32K_CLOCK_MCO )

   [WWD_PIN_32K_CLK    ] = { GPIOB,  1 },    -----> 233 line

//#else

//    [WWD_PIN_32K_CLK    ] = { GPIOA, 11 },

//#endif

    [WWD_PIN_BOOTSTRAP_0] = { GPIOB,  0 },

    [WWD_PIN_BOOTSTRAP_1] = { GPIOB,  1 },  -------> 238 line

};

{GPIOB, 1} is duplicated.

Is it right?

Thanks.

0 Likes
3 Replies