BCM943364WCD1_2 problem on WICED SDK 5.2 and 6.0

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

cross mob
Anonymous
Not applicable

Hey

As I am new in Cypress WICED SDK, so I have tried to test evaluation board with simplest examples from WICED.

My board is BCM943364WCD1_e  module with BCM9WCD9EVAL1_6 development board.

I have tested with several examples. The compilations and load firmware are OK.

This is with example snip.scan

But when I checked on serial terminal, it showed error and stuck at as follows:

-------------------------------------------------------------------

Starting WICED vWiced_006.000.001.0005

Platform BCM943364WCD1 initialised

Started ThreadX v5.6

Initialising NetX_Duo v5.7_sp2

Creating Packet pools

-----------------------------------------------------------------------------

I tested with other examples, for example, snip.apsta, it showed the same error.

I have tested with WICED 5.2, 5.0, 6.0. All have the same problem.

I have tried to debug, and it showed that  problem is at  the function:

wiced_init()

When I tested with other examples, for example snip.uart, which does not have wiced_init(), then it works fine.

I wonder if you could show me what have been incorrect?

Thanks a lot in advance

Le

0 Likes
1 Solution

snip.scan-BCM943364WCD1 download download_apps run

View solution in original post

0 Likes
4 Replies
AxLi_1746341
Level 7
Level 7
10 comments on KBA 5 comments on KBA First comment on KBA

The wlan firmware is not loaded.

You need to add download_apps to your build command.

0 Likes
Anonymous
Not applicable

Dear Axel

Thanks a lot for quick response.

In build command, I used as following:

snip.scan-BCM943364WCD1 download run

and on compilation perspective it shows:

------------------------------

Downloading Bootloader ...

No changes detected

Downloading DCT ...

Download complete

Downloading Application ...

Download complete

Resetting target

Target running

Build complete

Making .gdbinit

12:39:44 Build Finished (took 49s.347ms)

----------------------------------------

Where do I need to add wifi firmware?

Thanks a lot in advance.

Le

0 Likes

snip.scan-BCM943364WCD1 download download_apps run

0 Likes
Anonymous
Not applicable

Thanks. It works now.

))

0 Likes