Can't get WiFi firmware size

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

cross mob
Anonymous
Not applicable

Hi,

I'm having trouble loading the WiFi firmware during wiced_init(). In WWD/internal/bus_protocols/wwd_bus_common.c,

result = host_platform_resource_size( resource, &size );

    if( result != WWD_SUCCESS )

    {

        WPRINT_WWD_ERROR(("Fatal error: download_resource doesn't exist\n"));

        goto exit;

    }

    if ( size <= 0 )

    {

        WPRINT_WWD_ERROR(("Fatal error: download_resource cannot load with invalid size\n"));

        result = WWD_BADARG;

        goto exit;

    }

size would come up to be 0 causing that "Fatal error: download_resource cannot load with invalid size\n".

Any idea why?

0 Likes
1 Solution
Anonymous
Not applicable

Problem solved: it was a hardware wiring problem (caused by an error in the datasheet). More info here:

http://cloudconnectkits.org/forum/topic/feedback-error-datasheet

View solution in original post

2 Replies
Anonymous
Not applicable

Problem solved: it was a hardware wiring problem (caused by an error in the datasheet). More info here:

http://cloudconnectkits.org/forum/topic/feedback-error-datasheet

Thanks for getting back to us wit the resolution josh.yu_1995211

0 Likes