CYW43012 WiFi firmware upgrade

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

cross mob
PIHL
Level 3
Level 3
25 sign-ins 10 replies posted 10 sign-ins

Hi,

I am using a CYW43012 (Murata LBEE59B1LV) with LPC56407 on a dedicated PCB. I try to set up the WiFi by creating Access Point or scanning local networks to verify the hardware.

At the moment I can reliably communicate with the module using SDIO and enable functions 1 and 2. I can read the state of those functions - function 1 is enabled and ready, function 2 is enabled but not ready.

I have found an example code for RT1170 and CYW4343W using the same initialization protocol. In this example during initialization there is a part of writing firmware for WiFi.

 

My question are: 

- do I need Function 2 ready to scan WiFi or create Access Point?

- do I need to write WiFi firmware to the CYW43012 before scanning WiFi or creating Access Point?

 

Thanks,

Piotr

 

0 Likes
1 Solution
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

@PIHL 

1. Yes. You need to have the sdio completely working before you can start wifi related transactions.

2. Yes, the wifi radio won't boot up without the WiFI firmware.

I am not sure what the LPC56407 is but you can use this https://community.cypress.com/t5/Resource-Library/STM32F469-porting-in-WICED/ta-p/246317 as  a reference for your porting effort.

 

Thanks

View solution in original post

0 Likes
1 Reply
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

@PIHL 

1. Yes. You need to have the sdio completely working before you can start wifi related transactions.

2. Yes, the wifi radio won't boot up without the WiFI firmware.

I am not sure what the LPC56407 is but you can use this https://community.cypress.com/t5/Resource-Library/STM32F469-porting-in-WICED/ta-p/246317 as  a reference for your porting effort.

 

Thanks

0 Likes